diff --git a/app.ts b/app.ts index d88f0f0..02c654d 100644 --- a/app.ts +++ b/app.ts @@ -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 = []; // here we are adding middleware to parse all incoming requests as JSON