mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Close #10177
This commit is contained in:
parent
d2041db91f
commit
216c754e98
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ export const routes = [
|
|||
name: "api",
|
||||
component: page(() => import("./pages/settings/api.vue")),
|
||||
},
|
||||
{
|
||||
path: "/apps",
|
||||
name: "apps",
|
||||
component: page(() => import("./pages/settings/apps.vue")),
|
||||
},
|
||||
{
|
||||
path: "/webhook/edit/:webhookId",
|
||||
name: "webhook",
|
||||
|
|
Loading…
Add table
Reference in a new issue