mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(authentication): Initial commit to modular authentication create (#8085)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -168,7 +168,8 @@ pub fn mk_app(
|
||||
{
|
||||
server_app = server_app
|
||||
.service(routes::Refunds::server(state.clone()))
|
||||
.service(routes::Mandates::server(state.clone()));
|
||||
.service(routes::Mandates::server(state.clone()))
|
||||
.service(routes::Authentication::server(state.clone()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user