- Fixed build

This commit is contained in:
Ferdi Koomen 2020-09-25 16:52:49 +02:00
parent a5cd62f3e9
commit 6e6d273971

View File

@ -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,