Skip to content

Commit ca2503e

Browse files
authored
deployed backend url
1 parent 84b7f16 commit ca2503e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎frontend/src/constants.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Constants = {
22
EMAIL_REGEX: "",
33
PASSWORD_REGEX: "",
4-
BASE_URL: "http://localhost:5000",
4+
BASE_URL: "https://dailydose-1.onrender.com",
55
}
66

7-
export default Constants
7+
export default Constants

0 commit comments

Comments
 (0)