feat: proxy api requests via frontend
This commit is contained in:
parent
66281838b2
commit
6ed47b667c
4 changed files with 32 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export type OpenAPIConfig = {
|
|||
};
|
||||
|
||||
export const OpenAPI: OpenAPIConfig = {
|
||||
BASE: 'https://api.example.com',
|
||||
BASE: '/api/v1',
|
||||
VERSION: '1.0.0',
|
||||
WITH_CREDENTIALS: false,
|
||||
CREDENTIALS: 'include',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue