mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
feat: remove force https from web.php
This commit is contained in:
parent
37ea04caa4
commit
5b32609673
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user