Ken 1 주 전
부모
커밋
4b8b4d514f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () {