mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(router): move api models into separate crate (#103)
This commit is contained in:
@ -5,7 +5,10 @@ use crate::{
|
||||
core::errors::{self, RouterResponse, StorageErrorExt},
|
||||
db::StorageInterface,
|
||||
services,
|
||||
types::{api::customers, storage},
|
||||
types::{
|
||||
api::customers::{self, CustomerRequestExt},
|
||||
storage,
|
||||
},
|
||||
};
|
||||
|
||||
#[instrument(skip(db))]
|
||||
|
||||
Reference in New Issue
Block a user