This commit is contained in:
root 2023-05-31 16:04:13 -04:00
parent c268c18168
commit 8d9f0b6aa3

View file

@ -23,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
URL::forceScheme('https');
// URL::forceScheme('https');
}
}