Skip to content

Commit 721a909

Browse files
committed
test
1 parent 1fe13d1 commit 721a909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const config = {
33
};
44

55
if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
6-
config.BASE_URL = 'http://localhost:5000';
6+
config.BASE_URL = 'https://stackoverflow-clone-backend.herokuapp.com';
77
}
88

99
export default config;

0 commit comments

Comments
 (0)