diff --git a/src/App.jsx b/src/App.jsx index 4654e2d..857137d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -21,7 +21,7 @@ import CreateQuiz from "./pages/CreateQuiz"; import EditQuiz from "./pages/EditQuiz"; function App() { - const baseURL = "https://stemlearn-db.onrender.com"; + const baseURL = "http://127.0.0.1:5555"; const [loggedIn, setLoggedIn] = useState(false); useEffect(() => { if (sessionStorage.getItem("Token")) { @@ -32,7 +32,7 @@ function App() { return ( - < ToastContainer/> + } + element={} /> } + element={} /> } + element={ + + } /> } /> - } /> + } /> );