reorderd code
This commit is contained in:
18
conf/init.json
Normal file
18
conf/init.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"baseURL": "https://cx20.basispanel.de/api/v1/",
|
||||
"APItargets": {
|
||||
"login": "login"
|
||||
},
|
||||
"navigation": [
|
||||
{
|
||||
"name": "Dashboard",
|
||||
"to": "/",
|
||||
"icon": "fa-home"
|
||||
},
|
||||
{
|
||||
"name": "Userlist",
|
||||
"to": "/userlist",
|
||||
"icon": "fa-news"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "Dashboard",
|
||||
"to": "/",
|
||||
"icon": "fa-home"
|
||||
},
|
||||
{
|
||||
"name": "Userlist",
|
||||
"to": "/userlist",
|
||||
"icon": "fa-news"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user