diff options
author | joel <joel.h.kronqvist@gmail.com> | 2021-12-19 16:53:49 +0200 |
---|---|---|
committer | joel <joel.h.kronqvist@gmail.com> | 2021-12-19 16:53:49 +0200 |
commit | 58d5e12f4bcd3381cec96685abab0353e6ffaf63 (patch) | |
tree | e02d4dd0b4ea2f737d4826c5a6e76a043f55f9ff /server.js | |
parent | fc48ff89c2015757ba9936795b34201156e38b9e (diff) | |
download | LYLLRuoka-58d5e12f4bcd3381cec96685abab0353e6ffaf63.tar.gz LYLLRuoka-58d5e12f4bcd3381cec96685abab0353e6ffaf63.zip |
Server init & update
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ async function init() } // start server - http.createServer(server).listen(80); + http.createServer(server).listen(8080); } |