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", - // } ], }