Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushchk committed Jul 24, 2024
1 parent 095c092 commit 69a20d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const admin_1 = __importDefault(require("./routes/admin"));
const user_1 = __importDefault(require("./routes/user"));
const cors_1 = __importDefault(require("cors"));
const app = (0, express_1.default)();
const port = 3000;
const port = "3000";
app.use((0, cors_1.default)());
app.use(express_1.default.json());
app.use("/admin", admin_1.default);
Expand Down

0 comments on commit 69a20d7

Please sign in to comment.