1
0
Fork 0

Static routes file plus api routes file

This commit is contained in:
Neshura 2023-06-10 16:10:42 +02:00
parent 20d0ab80fb
commit 49ceda5575
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 17 additions and 1 deletions

View file

@ -5,7 +5,7 @@
"href": "/"
},
{
"name": "Graphs",
"name": "Legacy Info",
"href": "/graphs"
},
{

16
public/routes_api.json Normal file
View file

@ -0,0 +1,16 @@
{
"links": [
{
"name": "Home Alt",
"href": "/"
},
{
"name": "Legacy Info",
"href": "/graphs"
},
{
"name": "Admin Menu",
"href": "/admin"
}
]
}