[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix Frontend UI with REACT_APP_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchenn committed Sep 9, 2022
1 parent 16bff9c commit 5149af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/adp_ui/src/configs/firebase.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export const signInWithGoogle = () => {
});
};

export const baseURL = 'https://adp-dev.cloudpssolutions.com'
export const baseURL = process.env.REACT_APP_BASE_URL

0 comments on commit 5149af8

Please sign in to comment.