Added API endpoints for navbar and themes
This commit is contained in:
parent
fd298c90d1
commit
bb76b00506
4 changed files with 102 additions and 0 deletions
public/data
20
public/data/navbar.json
Normal file
20
public/data/navbar.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"name": "Games",
|
||||
"href": "/games"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "/services"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue