Skip to content

Commit

Permalink
- fix adding a vacation request (#295)
Browse files Browse the repository at this point in the history
- fix
  • Loading branch information
EwelinaSkrzypacz authored Mar 20, 2023
1 parent 525708a commit 3d29893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Infrastructure/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Kernel extends HttpKernel
],
"api" => [
EnsureFrontendRequestsAreStateful::class,
ThrottleRequests::class . "throttle:api",
ThrottleRequests::class . ":api",
SubstituteBindings::class,
],
];
Expand Down

0 comments on commit 3d29893

Please sign in to comment.