mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor(router): make stripe compatibility and certain core routes public (#190)
This commit is contained in:
		| @ -10,7 +10,7 @@ use crate::routes; | ||||
| pub struct StripeApis; | ||||
|  | ||||
| impl StripeApis { | ||||
|     pub(crate) fn server(state: routes::AppState) -> Scope { | ||||
|     pub fn server(state: routes::AppState) -> Scope { | ||||
|         let max_depth = 10; | ||||
|         let strict = false; | ||||
|         web::scope("/vs/v1") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ItsMeShashank
					ItsMeShashank