From e188676ddad258540ddf1c54963d40f06da96926 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 24 Apr 2025 12:25:30 +0000 Subject: [PATCH] fix remotes --- src/remotes.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/remotes.js b/src/remotes.js index 674257a..9468a8e 100755 --- a/src/remotes.js +++ b/src/remotes.js @@ -12,10 +12,6 @@ export default { path: "/posts", ng: true, }, - { - namespace: "main", - path: "/main", - }, { namespace: "notifications", path: "/notifications", @@ -24,13 +20,5 @@ export default { namespace: "chats", path: "/chats", }, - { - namespace: "music", - path: "/music", - }, - // { - // namespace: "payments", - // path: "/payments", - // } ], }