redirect fix

This commit is contained in:
mrfry 2023-04-02 13:22:27 +02:00
parent 0f6b4050df
commit 4ad7627c4c

View file

@ -188,8 +188,8 @@ function GetApp(): ModuleType {
}, },
// ----------------------------------- // -----------------------------------
{ {
from: '/hasNewMsgs', from: '/hasNewMsg',
to: 'api/hasNewMsgs', to: 'api/hasNewMsg',
}, },
] ]