Remove WebServerVerticle and update API endpoints in settings.json; fix base URL formatting in multiple components
This commit is contained in:
@@ -42,7 +42,7 @@ const SideMenu = ({ isOpen, onClose }) => {
|
||||
const ENDPOINT = config.appConfig.endpoints.GET_DEVICES;
|
||||
|
||||
const reqConfig = {
|
||||
baseUrl: `${BASE}/${ENDPOINT}`,
|
||||
baseUrl: `${BASE}${ENDPOINT}`,
|
||||
params: {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user