Removed Tailwind css, moved api to v1 dir
This commit is contained in:
parent
c8f96eb694
commit
c9fba4666e
18 changed files with 195 additions and 453 deletions
public
16
public/routes.json
Normal file
16
public/routes.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"name": "Graphs",
|
||||
"href": "/graphs"
|
||||
},
|
||||
{
|
||||
"name": "Admin Menu",
|
||||
"href": "/admin"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue