Skip to content

Commit

Permalink
Update APIRoutes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YashDxr authored Sep 13, 2023
1 parent e8de2f1 commit b6aa38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/utils/APIRoutes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//export const host = "http://localhost:5000";
export const host = "https://chatappbackend-qg1f.onrender.com";
export const host = "https://chatappbackend-qg1f.onrender.com/";
export const registerRoute = `${host}/api/auth/register`;
export const loginRoute = `${host}/api/auth/login`;
export const setAvatarRoute = `${host}/api/auth/setAvatar`;
Expand Down

0 comments on commit b6aa38b

Please sign in to comment.