Skip to content
Snippets Groups Projects
Commit 4ea0242e authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: fix OpenAPI.ts

parent 5740e9ce
Branches errorFix
No related tags found
1 merge request!94feat: Updated spec file
Pipeline #284338 passed with warnings
......@@ -20,7 +20,7 @@ export type OpenAPIConfig = {
};
export const OpenAPI: OpenAPIConfig = {
BASE: 'import.meta.env.VITE_APP_API_URL',
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