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:
parent
0f6b4050df
commit
4ad7627c4c
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ function GetApp(): ModuleType {
|
|||
},
|
||||
// -----------------------------------
|
||||
{
|
||||
from: '/hasNewMsgs',
|
||||
to: 'api/hasNewMsgs',
|
||||
from: '/hasNewMsg',
|
||||
to: 'api/hasNewMsg',
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue