fixed app url issue

This commit is contained in:
Denis Duliçi
2021-05-17 10:57:13 +03:00
parent 03c960d7e9
commit bdb51a27a4
5 changed files with 21 additions and 11 deletions

View File

@ -55,7 +55,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', ''),
'asset_url' => env('ASSET_URL', null),