From 2ecc8b187061b8514cf53bdac0b72be16e237de6 Mon Sep 17 00:00:00 2001 From: Oliver cheruiyot Date: Sun, 16 Mar 2025 20:18:31 +0300 Subject: [PATCH] update quiz editing route --- src/App.jsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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={ + + } /> } /> - } /> + } /> );