added missing index route

This commit is contained in:
SrGooglo 2023-01-13 19:57:22 +00:00
parent f8dc3095e1
commit 6a353a6aba

View File

@ -1,4 +1,12 @@
[
{
"id": "index",
"path": "/",
"title": "Index",
"icon": "Home",
"useLayout": "login",
"reachable": false
},
{
"id": "login",
"path": "/login",