diff --git a/test/__snapshots__/index.spec.js.snap b/test/__snapshots__/index.spec.js.snap index 18d2a2bd..9f9f087d 100644 --- a/test/__snapshots__/index.spec.js.snap +++ b/test/__snapshots__/index.spec.js.snap @@ -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,