diff --git a/routes/web.php b/routes/web.php index 59cdaf2..2ac9210 100755 --- a/routes/web.php +++ b/routes/web.php @@ -13,7 +13,7 @@ use Illuminate\Support\Facades\Route; | */ -\URL::forceScheme('https'); +//\URL::forceScheme('https'); Route::get('/', "SecurityController@initSystem"); Route::get('/login', "SecurityController@viewLogin")->name('login');