Skip to content

Commit

Permalink
updated port
Browse files Browse the repository at this point in the history
  • Loading branch information
PreciousIfeaka committed Jun 12, 2024
1 parent 2ad7127 commit 35238f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const app = require('./app');
const http = require('http');
const port = process.env.PORT || 8080;
const port = process.env.INTERNAL_RUNTIME_PORT || 8080;

const server = http.createServer(app);

Expand Down

0 comments on commit 35238f5

Please sign in to comment.