Disabled deprecated remotes

This commit is contained in:
SrGooglo 2025-05-21 19:11:51 +00:00
parent 133a7c37da
commit 5b8b9363c8

View File

@ -14,13 +14,9 @@ export default {
path: "/posts", path: "/posts",
ng: true, ng: true,
}, },
{ // {
namespace: "notifications", // namespace: "chats",
path: "/notifications", // path: "/chats",
}, // },
{
namespace: "chats",
path: "/chats",
},
], ],
} }