Added API endpoints for navbar and themes

This commit is contained in:
Neshura 2022-12-17 21:30:05 +01:00
parent fd298c90d1
commit bb76b00506
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
4 changed files with 102 additions and 0 deletions
public/data

20
public/data/navbar.json Normal file
View file

@ -0,0 +1,20 @@
{
"links": [
{
"name": "Home",
"href": "/"
},
{
"name": "About",
"href": "/about"
},
{
"name": "Games",
"href": "/games"
},
{
"name": "Services",
"href": "/services"
}
]
}