Skip to content

Commit ef1e417

Browse files
committed
fix config
1 parent a15c18a commit ef1e417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const domain = () => {
55
switch (env) {
66
case 'LOCAL':
77
return 'http://localhost:3001'
8+
case 'QA':
9+
return 'https://cyf-api.qa.codeyourfuture.io'
810
case 'STAGING':
911
return 'https://cyf-api.staging.codeyourfuture.io'
1012
case 'PRODUCTION':

0 commit comments

Comments
 (0)