We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cd62f commit 6e6d273Copy full SHA for 6e6d273
test/__snapshots__/index.spec.js.snap
@@ -60,7 +60,7 @@ interface Config {
60
}
61
62
export const OpenAPI: Config = {
63
- BASE: 'http://localhost:8080/api',
+ BASE: 'http://localhost:3000/base',
64
VERSION: '1.0',
65
CLIENT: 'fetch',
66
WITH_CREDENTIALS: false,
@@ -2511,7 +2511,7 @@ interface Config {
2511
2512
2513
2514
- BASE: '/api',
2515
2516
2517
0 commit comments