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

feat: fix OpenAPI.ts

parent b0bbad39
No related branches found
No related tags found
1 merge request!94feat: Updated spec file
......@@ -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