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