Skip to content

Commit 6e6d273

Browse files
committed
- Fixed build
1 parent a5cd62f commit 6e6d273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/__snapshots__/index.spec.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface Config {
6060
}
6161

6262
export const OpenAPI: Config = {
63-
BASE: 'http://localhost:8080/api',
63+
BASE: 'http://localhost:3000/base',
6464
VERSION: '1.0',
6565
CLIENT: 'fetch',
6666
WITH_CREDENTIALS: false,
@@ -2511,7 +2511,7 @@ interface Config {
25112511
}
25122512

25132513
export const OpenAPI: Config = {
2514-
BASE: '/api',
2514+
BASE: 'http://localhost:3000/base',
25152515
VERSION: '1.0',
25162516
CLIENT: 'fetch',
25172517
WITH_CREDENTIALS: false,

0 commit comments

Comments
 (0)