We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e736244 commit 654f62fCopy full SHA for 654f62f
app/Providers/RouteServiceProvider.php
@@ -27,7 +27,7 @@ class RouteServiceProvider extends ServiceProvider
27
public function boot()
28
{
29
$this->configureRateLimiting();
30
-
+ $this->app['request']->server->set('Https', true);
31
$this->routes(function () {
32
Route::middleware('api')
33
->prefix('api')
0 commit comments