Static routes file plus api routes file
This commit is contained in:
parent
20d0ab80fb
commit
49ceda5575
2 changed files with 17 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"href": "/"
|
||||
},
|
||||
{
|
||||
"name": "Graphs",
|
||||
"name": "Legacy Info",
|
||||
"href": "/graphs"
|
||||
},
|
||||
{
|
||||
|
|
16
public/routes_api.json
Normal file
16
public/routes_api.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"name": "Home Alt",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"name": "Legacy Info",
|
||||
"href": "/graphs"
|
||||
},
|
||||
{
|
||||
"name": "Admin Menu",
|
||||
"href": "/admin"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue