Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k authored Dec 16, 2024
1 parent e3ae4ce commit 4b0fd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path');
const cors = require('cors');

const app = express();
const PORT = 800;
const PORT = 80;

app.use(express.static(path.resolve(__dirname, '..', 'public')));
app.use(express.static(path.resolve(__dirname, '..', 'node_modules')));
Expand Down

0 comments on commit 4b0fd90

Please sign in to comment.