Skip to content

Commit 654f62f

Browse files
authored
Update RouteServiceProvider.php
1 parent e736244 commit 654f62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RouteServiceProvider extends ServiceProvider
2727
public function boot()
2828
{
2929
$this->configureRateLimiting();
30-
30+
$this->app['request']->server->set('Https', true);
3131
$this->routes(function () {
3232
Route::middleware('api')
3333
->prefix('api')

0 commit comments

Comments
 (0)