Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
nva-sec authored Sep 30, 2024
1 parent 75f3861 commit 57303fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ import Module from "node:module";

const publicPath = "./public";

<<<<<<< HEAD

const port = process.env.PORT || 8000;
=======
const port = process.env.PORT || 8080;
>>>>>>> 8404ab4fdef8eab41cae782fcf9d7e7a9bda4bcd

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

0 comments on commit 57303fd

Please sign in to comment.