PAPI-4: Changing used port to https port 443
Some checks failed
test test
Jenkins Master Deployment

This commit is contained in:
Patrick Müller 2021-02-16 23:33:25 +01:00
parent 8156bbcf79
commit 5f5c1cfb45

2
app.ts
View File

@ -7,7 +7,7 @@ import {GeneralInfoRoutes} from './src/models/dhbw-service/generalInfo.routes.co
const app: express.Application = express();
const server: http.Server = http.createServer(app);
const port: Number = 3000;
const port: Number = 443;
const routes: Array<CommonRoutesConfig> = [];
// here we are adding middleware to parse all incoming requests as JSON