1
0

Fixed CORS error

This commit is contained in:
Jose
2025-03-06 16:52:27 +01:00
parent 278c49427a
commit a6019111b5
24 changed files with 239 additions and 110 deletions

View File

@@ -7,7 +7,7 @@
},
"appConfig": {
"endpoints": {
"baseUrl": "http://localhost:8080/api/v1",
"baseUrl": "http://localhost:80/api/v1",
"sensors": "sensors",
"sensor": "sensors/sensor"
},