update: change web UI server port from 3000 to 3008
This commit is contained in:
@@ -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 = []) {
|
||||
|
||||
Reference in New Issue
Block a user