mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 05:55:36 +05:00
fix port
This commit is contained in:
parent
7ce63e4fe5
commit
144ef94f88
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ app.use(function (req, res, next) {
|
||||||
});
|
});
|
||||||
|
|
||||||
const HOST = process.env.HOST || "0.0.0.0";
|
const HOST = process.env.HOST || "0.0.0.0";
|
||||||
const PORT = process.env.PORT ? parseInt(process.env.PORT, 10) : 7001;
|
const PORT = process.env.PORT ? parseInt(process.env.PORT, 10) : 7000;
|
||||||
const allowedPlayers = ["kodik", "libria", "sibnet"];
|
const allowedPlayers = ["kodik", "libria", "sibnet"];
|
||||||
|
|
||||||
app.get("/", (req, res) => {
|
app.get("/", (req, res) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue