diff --git a/modules/frontend/src/api/core/OpenAPI.ts b/modules/frontend/src/api/core/OpenAPI.ts index 4fb2299..99c577d 100644 --- a/modules/frontend/src/api/core/OpenAPI.ts +++ b/modules/frontend/src/api/core/OpenAPI.ts @@ -20,7 +20,7 @@ export type OpenAPIConfig = { }; export const OpenAPI: OpenAPIConfig = { - BASE: 'https://api.example.com', + BASE: 'http://10.1.0.65:8080', VERSION: '1.0.0', WITH_CREDENTIALS: false, CREDENTIALS: 'include',