update: change web UI server port from 3000 to 3008
This commit is contained in:
parent
98ddfe0db7
commit
4c84bfc80a
4
index.js
4
index.js
@ -376,8 +376,8 @@ const server = http.createServer(async (req, res) => {
|
||||
res.end("Not found");
|
||||
});
|
||||
|
||||
server.listen(3000, () => {
|
||||
pushLog("web ui running at http://localhost:3000");
|
||||
server.listen(3008, () => {
|
||||
pushLog("web ui running at http://localhost:3008");
|
||||
});
|
||||
|
||||
function sayItems(items = []) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user