mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-30 17:47:54 +08:00 
			
		
		
		
	feat(router): Add support for Proxy api (#7901)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -229,6 +229,11 @@ pub fn mk_app( | ||||
|             .service(routes::Cards::server(state.clone())); | ||||
|     } | ||||
|  | ||||
|     #[cfg(all(feature = "oltp", feature = "v2", feature = "payment_methods_v2"))] | ||||
|     { | ||||
|         server_app = server_app.service(routes::Proxy::server(state.clone())); | ||||
|     } | ||||
|  | ||||
|     #[cfg(all(feature = "recon", feature = "v1"))] | ||||
|     { | ||||
|         server_app = server_app.service(routes::Recon::server(state.clone())); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Prasunna Soppa
					Prasunna Soppa