major refactoring

added universal
added api
Este commit está contenido en:
Samuel Philipp 2020-05-06 17:25:35 +02:00
padre 2bea201bb3
commit a4542f7abd
Se han modificado 52 ficheros con 2851 adiciones y 313 borrados

18
config.json Archivo normal
Ver archivo

@ -0,0 +1,18 @@
{
"authToken": "test",
"title": "sp-status",
"description": "Services hosted by sp-codes",
"groups": [
{
"id": "test",
"name": "Test",
"services": [
{
"id": "test",
"name": "Test",
"url": "http://test.de"
}
]
}
]
}