dyjh 6 년 전
부모
커밋
98260b65e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -12,7 +12,7 @@
 */
 
 Route::get('/', function () {
-    return redirect('/admin/login');
+    return redirect('/web/bind');
 });