feat(connector_onboarding): Add Connector onboarding APIs (#3050)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Mani Chandra
2023-12-05 15:29:10 +05:30
committed by GitHub
parent 53df543b7f
commit 7bd6e05c0c
25 changed files with 876 additions and 6 deletions

View File

@ -147,6 +147,7 @@ pub fn mk_app(
.service(routes::Gsm::server(state.clone()))
.service(routes::PaymentLink::server(state.clone()))
.service(routes::User::server(state.clone()))
.service(routes::ConnectorOnboarding::server(state.clone()))
}
#[cfg(all(feature = "olap", feature = "kms"))]