Started reimplementation of the Rest api in actix-web

This commit is contained in:
2023-03-17 22:19:10 +01:00
parent 7741c1dbae
commit d961896242
12 changed files with 2247 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
mod request_data;
mod responses;
mod handler;
mod error;
pub use handler::login;
pub use handler::register;