refactor(router): move api models into separate crate (#103)

This commit is contained in:
ItsMeShashank
2022-12-12 15:36:45 +05:30
committed by GitHub
parent 81593e0a6b
commit d6afbe8011
49 changed files with 2272 additions and 1863 deletions

View File

@ -7,7 +7,10 @@ use crate::{
routes::AppState,
services,
types::{
api::{customers, mandates},
api::{
customers,
mandates::{self, MandateResponseExt},
},
storage,
},
};