Skip to content

Commit

Permalink
#270 -c csf
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Mar 25, 2024
1 parent 382d8b3 commit 4fbf3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Toby\Infrastructure\Http\Controllers\Api;

use Carbon\Carbon;
Expand Down
1 change: 0 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Route::post("slack/commands", [SlackCommandController::class, "getResponse"]);
Route::post("slack/actions", [SlackActionController::class, "handleVacationRequestAction"]);


Route::middleware("auth:sanctum")->group(function (): void {
Route::post("vacation/calculate-days", CalculateVacationDaysController::class);
Route::post("vacation/calculate-stats", CalculateUserVacationStatsController::class);
Expand Down

0 comments on commit 4fbf3c0

Please sign in to comment.