1
0

Modified Frontend for it to use new endpoints

This commit is contained in:
Jose
2025-03-16 04:49:23 +01:00
parent 92ca2e4c0a
commit b6ecccdf00
8 changed files with 33 additions and 31 deletions

View File

@@ -7,7 +7,8 @@
},
"appConfig": {
"endpoints": {
"BASE_URL": "http://localhost:8081/api/v1",
"DATA_URL": "http://localhost:8081/api/v1",
"LOGIC_URL": "http://localhost:8082/api/v1",
"GET_GROUPS": "/groups",
"GET_GROUP_BY_ID": "/groups/{0}",
"GET_GROUP_DEVICES": "/groups/{0}/devices",