Ken 1 settimana fa
parent
commit
4b8b4d514f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      routes/admin.php

+ 1 - 1
routes/admin.php

@@ -58,7 +58,7 @@ Route::middleware(['admin.jwt'])->group(function () {
         });
 
         Route::prefix('/home')->group(function () {
-            Route::get("/index",[Home::class, 'index']);
+            Route::get("/",[Home::class, 'index']);
         });
 
         Route::prefix("/paymentOrder")->group(function () {