diff --git a/server.ts b/server.ts index d12ad876..2c56f4f3 100644 --- a/server.ts +++ b/server.ts @@ -9,6 +9,6 @@ app.use(ssrHandler); app.use(express.json({ limit: "50mb" })) app.use(express.urlencoded({ limit: "50mb" })) -app.listen(3000, function() { +app.listen(80, function() { console.log('Server started on http://localhost:80'); }); \ No newline at end of file