dyjh 6 vuotta sitten
vanhempi
commit
98260b65e1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');
 });