diff --git a/public/api/v2.0/config b/public/api/v2/config similarity index 100% rename from public/api/v2.0/config rename to public/api/v2/config diff --git a/src/redux/frontend-config/methods.ts b/src/redux/frontend-config/methods.ts index 7986cac5c..787d36bed 100644 --- a/src/redux/frontend-config/methods.ts +++ b/src/redux/frontend-config/methods.ts @@ -7,7 +7,7 @@ export const setFrontendConfig = (state: FrontendConfig): void => { type: FrontendConfigActionType.SET_FRONTEND_CONFIG, state: { ...state, - backendUrl: state.backendUrl + '/api/v2.0/' + backendUrl: state.backendUrl + '/api/v2' } } store.dispatch(action)