Skip to content

Commit

Permalink
fix: assets load
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Nov 3, 2023
1 parent ee3ffa6 commit 80618d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Kernel extends HttpKernel
* @var array<int, class-string|string>
*/
protected $middleware = [
//\Torchlight\Middleware\RenderTorchlight::class,
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Illuminate\Http\Middleware\HandleCors::class,
Expand All @@ -38,7 +37,7 @@ class Kernel extends HttpKernel
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\App\Http\Middleware\VerifyCsrfToken::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
//RenderTorchlight::class
RenderTorchlight::class
],

'api' => [
Expand Down

0 comments on commit 80618d8

Please sign in to comment.