Skip to content

Commit 4797589

Browse files
fixed login page
1 parent 4f42fb2 commit 4797589

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@ function App() {
6767
}
6868

6969
export const server = 'https://gbu-academics-backend.onrender.com';
70-
// export const server = 'https://localhost:3000';
7170

7271
export default App;

src/Pages/Admin/Login.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { useState } from "react";
22
import { useNavigate } from "react-router-dom";
33
import axios from "axios";
44
import { toast } from "react-toastify";
5+
import { server } from "../../App";
56

67
const Login = () => {
78
const [username, setUsername] = useState("");

0 commit comments

Comments
 (0)