add /status, alias of /status-page (#471)
This commit is contained in:
@@ -72,6 +72,10 @@ const routes = [
|
||||
path: "/status-page",
|
||||
component: StatusPage,
|
||||
},
|
||||
{
|
||||
path: "/status",
|
||||
component: StatusPage,
|
||||
},
|
||||
];
|
||||
|
||||
export const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user