There was an error while loading. Please reload this page.
1 parent 84b7f16 commit ca2503eCopy full SHA for ca2503e
frontend/src/constants.js
@@ -1,7 +1,7 @@
1
const Constants = {
2
EMAIL_REGEX: "",
3
PASSWORD_REGEX: "",
4
- BASE_URL: "http://localhost:5000",
+ BASE_URL: "https://dailydose-1.onrender.com",
5
}
6
7
-export default Constants
+export default Constants
0 commit comments