disable forced https
This commit is contained in:
@@ -20,8 +20,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
if ($this->app->environment('production')) {
|
||||
URL::forceScheme('https');
|
||||
};
|
||||
// if ($this->app->environment('production')) {
|
||||
// URL::forceScheme('https');
|
||||
// };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user