Skip to content

Commit

Permalink
update routes file
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam committed Oct 30, 2023
1 parent 41a9721 commit dfc9b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-front/app/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
new ConditionalRoutingMiddleware(
$container,
$ALLOW_GOV_ONE_LOGIN,
Actor\Handler\AuthoriseOneLoginHandler::class,
Actor\Handler\AuthenticateOneLoginHandler::class,
Actor\Handler\ActorTriagePageHandler::class
)
], ['GET', 'POST'], 'home');
Expand Down

0 comments on commit dfc9b32

Please sign in to comment.