added chats namespace

This commit is contained in:
SrGooglo 2024-04-25 20:25:43 +00:00
parent 5ef49f1588
commit 6ecb326161

View File

@ -26,6 +26,10 @@ export default {
{ {
namespace: "notifications", namespace: "notifications",
path: "/notifications", path: "/notifications",
},
{
namespace: "chats",
path: "/chats",
} }
] ]
} }