Mike 7 năm trước cách đây
mục cha
commit
ea550f5173
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/routes/web.php

+ 1 - 1
server/routes/web.php

xqd
@@ -12,7 +12,7 @@
 */
 
 Route::get('/', function () {
-    return view('welcome');
+    return redirect('/admin/login');
 });
 
 Route::get('attachment/{md5}', [