PAPI-4: Changing used port to https port 443
This commit is contained in:
parent
8156bbcf79
commit
5f5c1cfb45
2
app.ts
2
app.ts
|
@ -7,7 +7,7 @@ import {GeneralInfoRoutes} from './src/models/dhbw-service/generalInfo.routes.co
|
||||||
|
|
||||||
const app: express.Application = express();
|
const app: express.Application = express();
|
||||||
const server: http.Server = http.createServer(app);
|
const server: http.Server = http.createServer(app);
|
||||||
const port: Number = 3000;
|
const port: Number = 443;
|
||||||
const routes: Array<CommonRoutesConfig> = [];
|
const routes: Array<CommonRoutesConfig> = [];
|
||||||
|
|
||||||
// here we are adding middleware to parse all incoming requests as JSON
|
// here we are adding middleware to parse all incoming requests as JSON
|
||||||
|
|
Loading…
Reference in New Issue
Block a user