summaryrefslogtreecommitdiff
path: root/packages/frontend/src/router
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-09-22 16:01:13 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-09-22 16:01:13 +0900
commit3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1 (patch)
tree7e563f6b4b5d1b41990fd1f6bc9d8b67a9c7b2e2 /packages/frontend/src/router
parentBump version to 2024.9.0-alpha.3 (diff)
downloadsharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.tar.gz
sharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.tar.bz2
sharkey-3df1bb2d71bfed3cc49f6576d5809ecfdbdb6fe1.zip
enhance(frontend): tweak control panel
Diffstat (limited to 'packages/frontend/src/router')
-rw-r--r--packages/frontend/src/router/definition.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/frontend/src/router/definition.ts b/packages/frontend/src/router/definition.ts
index 8a29fd677e..bcd1d9a159 100644
--- a/packages/frontend/src/router/definition.ts
+++ b/packages/frontend/src/router/definition.ts
@@ -463,10 +463,6 @@ const routes: RouteDef[] = [{
name: 'relays',
component: page(() => import('@/pages/admin/relays.vue')),
}, {
- path: '/instance-block',
- name: 'instance-block',
- component: page(() => import('@/pages/admin/instance-block.vue')),
- }, {
path: '/proxy-account',
name: 'proxy-account',
component: page(() => import('@/pages/admin/proxy-account.vue')),