feat: add project and email service
This commit is contained in:
parent
99715f6105
commit
f48390b15e
29 changed files with 2631 additions and 63 deletions
9
api/src/main.rs
Normal file
9
api/src/main.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
mod email;
|
||||
mod handlers;
|
||||
mod rate_limit;
|
||||
mod serve;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
serve::run().await.expect("server error");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue