Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nva-sec authored Sep 29, 2024
1 parent 676bbcd commit 8404ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Module from 'node:module';

const publicPath = './public';

const port = process.env.PORT || 80;
const port = process.env.PORT || 8080;

const app = express();
const server = createServer(app);
Expand Down

0 comments on commit 8404ab4

Please sign in to comment.