Skip to content

Commit

Permalink
Merge pull request #125 from hendrowunga/124-fix-full-feature-customer
Browse files Browse the repository at this point in the history
fix full-feature customer #124 to Devlop Backend #33
  • Loading branch information
hendrowunga authored Nov 26, 2024
2 parents 2c482b2 + 5b97c64 commit fe05016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Kernel extends HttpKernel
],

'api' => [
// \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
\Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
\Illuminate\Routing\Middleware\ThrottleRequests::class . ':api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe05016

Please sign in to comment.