Skip to content

Commit

Permalink
Update OpenAPI.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegothx authored Jul 13, 2024
1 parent c59074a commit be5788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/client/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type OpenAPIConfig = {
};

export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:8000',
BASE: '/api',
VERSION: '0.1.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
Expand Down

0 comments on commit be5788d

Please sign in to comment.