mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 14:05:36 +05:00
rename player-parsers to player-parser for consistency with docker image
This commit is contained in:
parent
4701f6f62e
commit
1a1b548d39
15 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@ app.use(express.json());
|
|||
app.use(express.urlencoded({ extended: true }));
|
||||
|
||||
const HOST = process.env.HOST || "0.0.0.0";
|
||||
const PORT = process.env.PORT ? parseInt(process.env.PORT, 10) : 7001;
|
||||
const PORT = 7001;
|
||||
|
||||
let hooks: string[] = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue