This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user