Fixes for CORS
This commit is contained in:
parent
4c0c770c56
commit
aac53155fc
2 changed files with 3 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ class SetDomainNameDb
|
|||
|
||||
}
|
||||
|
||||
config(['app.url' => $request->getSchemeAndHttpHost()]);
|
||||
// config(['app.url' => $request->getSchemeAndHttpHost()]);
|
||||
|
||||
return $next($request);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,8 +54,9 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'asset_url' => env('ASSETS_URL', config('app.url')),
|
||||
//'asset_url' => env('ASSETS_URL', config('app.url')),
|
||||
|
||||
'asset_url' => '',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Livewire Endpoint Middleware Group
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue