fix remotes

This commit is contained in:
SrGooglo 2025-04-24 12:25:30 +00:00
parent 4dcfb65f03
commit e188676dda

View File

@ -12,10 +12,6 @@ export default {
path: "/posts", path: "/posts",
ng: true, ng: true,
}, },
{
namespace: "main",
path: "/main",
},
{ {
namespace: "notifications", namespace: "notifications",
path: "/notifications", path: "/notifications",
@ -24,13 +20,5 @@ export default {
namespace: "chats", namespace: "chats",
path: "/chats", path: "/chats",
}, },
{
namespace: "music",
path: "/music",
},
// {
// namespace: "payments",
// path: "/payments",
// }
], ],
} }