feat(assist): changed PREFIX
This commit is contained in:
parent
bf92122944
commit
d955362330
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if (process.env.uws !== "true") {
|
|||
res.end("ok!");
|
||||
}
|
||||
);
|
||||
heapdump && wsapp.use(`${PREFIX}/heapdump/${P_KEY}`, dumps.router);
|
||||
heapdump && wsapp.use(`${PREFIX}/${P_KEY}/heapdump`, dumps.router);
|
||||
wsapp.use(`${PREFIX}/${P_KEY}`, socket.wsRouter);
|
||||
wsapp.enable('trust proxy');
|
||||
const wsserver = wsapp.listen(PORT, HOST, () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue