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

@@ -42,7 +42,7 @@ const SideMenu = ({ isOpen, onClose }) => {
const ENDPOINT = config.appConfig.endpoints.GET_DEVICES;
const reqConfig = {
baseUrl: `${BASE}/${ENDPOINT}`,
baseUrl: `${BASE}${ENDPOINT}`,
params: {}
}