email verification

This commit is contained in:
realaravinth
2021-06-30 20:57:26 +05:30
parent c05888d648
commit 574efc2252
8 changed files with 41 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ use log::info;
mod api;
mod data;
mod docs;
//mod email;
mod email;
mod errors;
mod middleware;
#[macro_use]