aboutsummaryrefslogtreecommitdiff
path: root/server.mjs
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-28 23:22:15 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-28 23:22:15 +0300
commit9d952483f250a97cbeab4061fa1c4e68341b330f (patch)
tree9d094911dc5178db9375eaa661e7f4bf0d5bf2cc /server.mjs
parent35b06b4fc851192916e000ad5e7e2f458846448c (diff)
posting thread and image works
Diffstat (limited to 'server.mjs')
-rw-r--r--server.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.mjs b/server.mjs
index f554ee2..5dd9851 100644
--- a/server.mjs
+++ b/server.mjs
@@ -5,6 +5,6 @@ const app = express();
app.use(express.static('dist/client/'))
app.use(ssrHandler);
-app.listen(8080);
+app.listen(3000);
console.log('Server started'); \ No newline at end of file