mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor: Rename business profile to profiles in api, diesel, domain, interface and error types (#5877)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -121,8 +121,8 @@ pub fn mk_app(
|
||||
// This is a more specific route as compared to `MerchantConnectorAccount`
|
||||
// so it is registered before `MerchantConnectorAccount`.
|
||||
server_app = server_app
|
||||
.service(routes::BusinessProfileNew::server(state.clone()))
|
||||
.service(routes::BusinessProfile::server(state.clone()))
|
||||
.service(routes::ProfileNew::server(state.clone()))
|
||||
.service(routes::Profile::server(state.clone()))
|
||||
}
|
||||
server_app = server_app
|
||||
.service(routes::Payments::server(state.clone()))
|
||||
|
||||
Reference in New Issue
Block a user