Skip to content
Snippets Groups Projects
Commit b0bb3102 authored by Henrik's avatar Henrik
Browse files

fix: OpenAPI url

parent 7dee7bfe
No related branches found
No related tags found
1 merge request!91Feat/deployment
Pipeline #284157 passed with warnings
......@@ -20,7 +20,7 @@ export type OpenAPIConfig = {
};
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:8080',
BASE: import.meta.env.VITE_APP_API_URL,
VERSION: '3.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment