1
0

Remove WebServerVerticle and update API endpoints in settings.json; fix base URL formatting in multiple components

This commit is contained in:
Jose
2025-04-24 02:46:07 +02:00
parent 0390edbb97
commit 6c86f85ff1
8 changed files with 7 additions and 72 deletions

View File

@@ -45,7 +45,7 @@ const SummaryCards = ({ deviceId }) => {
const endp = ENDPOINT.replace('{0}', deviceId);
const reqConfig = {
baseUrl: `${BASE}/${endp}`,
baseUrl: `${BASE}${endp}`,
params: {}
}