mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
refactor(router): remove fallback feature for /add and /get for locker (#3648)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -135,7 +135,6 @@ pub fn mk_app(
|
||||
.service(routes::Analytics::server(state.clone()))
|
||||
.service(routes::Routing::server(state.clone()))
|
||||
.service(routes::Blocklist::server(state.clone()))
|
||||
.service(routes::LockerMigrate::server(state.clone()))
|
||||
.service(routes::Gsm::server(state.clone()))
|
||||
.service(routes::PaymentLink::server(state.clone()))
|
||||
.service(routes::User::server(state.clone()))
|
||||
|
||||
Reference in New Issue
Block a user