Skip to content

Commit

Permalink
Backup Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neojarvis committed Sep 4, 2023
1 parent bd83c88 commit 1df9284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_project/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const express = require('express');
const app = express();
const port = 3000;
const port = 8080;

app.get('/', (req, res) => {
res.send('Hello World!');
Expand Down

0 comments on commit 1df9284

Please sign in to comment.