mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(authentication): added profile acquirer create module (#8155)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -132,7 +132,8 @@ pub fn mk_app(
|
||||
{
|
||||
server_app = server_app
|
||||
.service(routes::ProfileNew::server(state.clone()))
|
||||
.service(routes::Forex::server(state.clone()));
|
||||
.service(routes::Forex::server(state.clone()))
|
||||
.service(routes::ProfileAcquirer::server(state.clone()));
|
||||
}
|
||||
|
||||
server_app = server_app.service(routes::Profile::server(state.clone()));
|
||||
|
||||
Reference in New Issue
Block a user