diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 23:22:15 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 23:22:15 +0300 |
commit | 9d952483f250a97cbeab4061fa1c4e68341b330f (patch) | |
tree | 9d094911dc5178db9375eaa661e7f4bf0d5bf2cc /server.mjs | |
parent | 35b06b4fc851192916e000ad5e7e2f458846448c (diff) |
posting thread and image works
Diffstat (limited to 'server.mjs')
-rw-r--r-- | server.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |