Skip to content

Commit f20a778

Browse files
Update Login.jsx
1 parent 4797589 commit f20a778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Admin/Login.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Login = () => {
1616

1717
try {
1818
const res = await axios.post(
19-
`${server}/login`,
19+
`https://gbu-academics-backend.onrender.com/login`,
2020
{ username, password },
2121
);
2222
if(!res){return toast.error("Invalid Credentials!")}

0 commit comments

Comments
 (0)