moonsflyer 5 달 전
부모
커밋
6f1f21e861
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      route/app.php

+ 1 - 1
route/app.php

@@ -23,7 +23,7 @@ Route::rule('admin/:any', function () {
 
 //PC端
 Route::rule('pc/:any', function () {
-    return view(app()->getRootPath() . 'public/pc/index.html');
+    return view(app()->getRootPath() . 'public/admin/index.html');
 })->pattern(['any' => '\w+']);