mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix some shenanigans with routes
This commit is contained in:
parent
04dcaa94aa
commit
4755451404
4 changed files with 16 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import type { RouteRecordRaw } from "vue-router";
|
||||
import indexVue from "./pages/index.vue";
|
||||
import authorizeVue from "./pages/oauth/authorize.vue";
|
||||
import registerIndexVue from "./pages/register/index.vue";
|
||||
|
|
@ -8,4 +9,4 @@ export default [
|
|||
{ path: "/oauth/authorize", component: authorizeVue },
|
||||
{ path: "/register", component: registerIndexVue },
|
||||
{ path: "/register/success", component: successVue },
|
||||
];
|
||||
] as RouteRecordRaw[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue