Skip to content

Commit

Permalink
Merge pull request #24 from Sander0542/npm-update
Browse files Browse the repository at this point in the history
Npm update
  • Loading branch information
Sander0542 authored Aug 12, 2022
2 parents d0d9f8d + 40fb980 commit 3043270
Show file tree
Hide file tree
Showing 2 changed files with 3,242 additions and 3,724 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Kernel extends HttpKernel
protected $middleware = [
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Fruitcake\Cors\HandleCors::class,
\Illuminate\Http\Middleware\HandleCors::class,
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
\App\Http\Middleware\TrimStrings::class,
Expand Down
Loading

0 comments on commit 3043270

Please sign in to comment.