Change admin route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-10 09:25:03 +01:00
parent 5c48f1918e
commit 6c1d434a00
+1 -1
View File
@@ -26,7 +26,7 @@ const router = createBrowserRouter([
Component: HomePage,
},
{
path: "/stat",
path: "/admin",
Component:StatPage,
},
{