mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-11 18:54:49 +01:00
Changed Port to 9286
This commit is contained in:
parent
f61f73e952
commit
169a8c482a
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -30,7 +30,7 @@ app.use(function (req, res, next) {
|
|||
next();
|
||||
});
|
||||
|
||||
app.listen("3000", () => {
|
||||
console.log("Server is running on port : 3000");
|
||||
app.listen("9286", () => {
|
||||
console.log("Server is running on port : 9286");
|
||||
});
|
||||
module.exports = app;
|
Loading…
Add table
Reference in a new issue