Skip to content

Commit

Permalink
Typos and tweaks in Vendor API
Browse files Browse the repository at this point in the history
  • Loading branch information
paaton authored and tomtomklima committed May 26, 2024
1 parent c2f283c commit 38486e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function addRoutesInto(App $app): App
->add(AddCorsHeaderForAppDomainsMiddleware::class)
->setName('entry-participant-from-web-app');

$app->map(['GET', 'OPTIONS'],'/participant/{TieCode}', EntryController::class . '::RetrieveParticipantByTieCode')
$app->map(['GET', 'OPTIONS'],'/participant/{TieCode}', ParticipantVendorController::class . '::RetrieveParticipantByTieCode')
->add(ApiAuthorizedOnlyMiddleware::class)
->add(AddCorsHeaderForAppDomainsMiddleware::class)
->setName('entry-troop-from-web-app');
Expand Down

0 comments on commit 38486e8

Please sign in to comment.