refactor: move template use cases into identity module, clean up application structure
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
pub mod register_user;
|
||||
pub mod login_user;
|
||||
pub mod get_profile;
|
||||
|
||||
pub use register_user::RegisterUser;
|
||||
pub use login_user::LoginUser;
|
||||
pub use get_profile::GetProfile;
|
||||
|
||||
Reference in New Issue
Block a user