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 510d7b5 commit af66d01Copy full SHA for af66d01
src/_config/index.ts
@@ -12,7 +12,7 @@ const config: Config = {
12
useSampleData: true,
13
api: {
14
useMocks: true,
15
- url: process.env.API_URL || 'http://localhost:4000/api',
+ url: process.env.API_URL || '/api',
16
},
17
}
18
0 commit comments