mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed build
This commit is contained in:
parent
a5cd62f3e9
commit
6e6d273971
@ -60,7 +60,7 @@ interface Config {
|
||||
}
|
||||
|
||||
export const OpenAPI: Config = {
|
||||
BASE: 'http://localhost:8080/api',
|
||||
BASE: 'http://localhost:3000/base',
|
||||
VERSION: '1.0',
|
||||
CLIENT: 'fetch',
|
||||
WITH_CREDENTIALS: false,
|
||||
@ -2511,7 +2511,7 @@ interface Config {
|
||||
}
|
||||
|
||||
export const OpenAPI: Config = {
|
||||
BASE: '/api',
|
||||
BASE: 'http://localhost:3000/base',
|
||||
VERSION: '1.0',
|
||||
CLIENT: 'fetch',
|
||||
WITH_CREDENTIALS: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user