Skip to content

Commit

Permalink
debagging
Browse files Browse the repository at this point in the history
  • Loading branch information
darisha666 committed Oct 23, 2024
1 parent dbea183 commit 74d115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/database/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mongoose = require('mongoose');
const fs = require('fs');
const cors = require('cors')
const app = express()
const port = 8000;
const port = 3030;

app.use(cors())
app.use(require('body-parser').urlencoded({ extended: false }));
Expand Down

0 comments on commit 74d115c

Please sign in to comment.