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 1fe13d1 commit 721a909Copy full SHA for 721a909
src/config/index.js
@@ -3,7 +3,7 @@ const config = {
3
};
4
5
if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
6
- config.BASE_URL = 'http://localhost:5000';
+ config.BASE_URL = 'https://stackoverflow-clone-backend.herokuapp.com';
7
}
8
9
export default config;
0 commit comments