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 25fc02b commit ee3ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Kernel extends HttpKernel
* @var array<int, class-string|string>
*/
protected $middleware = [
\Torchlight\Middleware\RenderTorchlight::class,
//\Torchlight\Middleware\RenderTorchlight::class,
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Illuminate\Http\Middleware\HandleCors::class,
Expand Down

0 comments on commit ee3ffa6

Please sign in to comment.