Skip to content

Commit

Permalink
feat(ZMS-3460): fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic committed Jan 24, 2025
1 parent c49ae43 commit 4bd2899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmscitizenapi/routing.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ function createLanguageRoutes($app, $path, $controller, $name, $method = 'get'):
createLanguageRoutes(
\App::$slim,
'/available-appointments-by-office/',
'\BO\Zmscitizenapi\Controllers\Availability\AvailableAppointmentsListController',
"AvailableAppointmentsListController",
'\BO\Zmscitizenapi\Controllers\Availability\AvailableAppointmentsListByOfficeController',
"AvailableAppointmentsListByOfficeController",
"get"
);

Expand Down

0 comments on commit 4bd2899

Please sign in to comment.