Optional
Protected
Module that will create the server (e.g.: require('https'))
const https = require('https');const server = app.build(HTTPS_SERVER_OPTIONS, https);server.listen(PORT); Copy
const https = require('https');const server = app.build(HTTPS_SERVER_OPTIONS, https);server.listen(PORT);
fix refresh for postman (problem: it adds the same routes multiple time)
Module that will create the server (e.g.: require('https'))