mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
redirect fix
This commit is contained in:
@@ -188,8 +188,8 @@ function GetApp(): ModuleType {
|
||||
},
|
||||
// -----------------------------------
|
||||
{
|
||||
from: '/hasNewMsgs',
|
||||
to: 'api/hasNewMsgs',
|
||||
from: '/hasNewMsg',
|
||||
to: 'api/hasNewMsg',
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user