Skip to content

Commit af66d01

Browse files
committed
Update api base url
1 parent 510d7b5 commit af66d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: Config = {
1212
useSampleData: true,
1313
api: {
1414
useMocks: true,
15-
url: process.env.API_URL || 'http://localhost:4000/api',
15+
url: process.env.API_URL || '/api',
1616
},
1717
}
1818

0 commit comments

Comments
 (0)