added missing index route

This commit is contained in:
SrGooglo 2023-01-13 19:57:22 +00:00
parent a649f2052a
commit 0bd00dc99d

View File

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