Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed May 20, 2024
1 parent 954c9f5 commit 1dd5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const startGateway = async () => {
await gatewayApp.listen(port);
} else {
try {
await addHttps(gatewayApp).listen(port, "127.0.0.1");
await addHttps(gatewayApp).listen(port);
logger.info('The gateway server is secured behind HTTPS.');
} catch (e) {
logger.error(
Expand Down

0 comments on commit 1dd5b97

Please sign in to comment.