We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f42fb2 commit 4797589Copy full SHA for 4797589
src/App.jsx
@@ -67,6 +67,5 @@ function App() {
67
}
68
69
export const server = 'https://gbu-academics-backend.onrender.com';
70
-// export const server = 'https://localhost:3000';
71
72
export default App;
src/Pages/Admin/Login.jsx
@@ -2,6 +2,7 @@ import { useState } from "react";
2
import { useNavigate } from "react-router-dom";
3
import axios from "axios";
4
import { toast } from "react-toastify";
5
+import { server } from "../../App";
6
7
const Login = () => {
8
const [username, setUsername] = useState("");
0 commit comments