Started reimplementation of the Rest api in actix-web
This commit is contained in:
8
backend-actix/src/request/mod.rs
Normal file
8
backend-actix/src/request/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
mod request_data;
|
||||
mod responses;
|
||||
mod handler;
|
||||
mod error;
|
||||
|
||||
pub use handler::login;
|
||||
pub use handler::register;
|
||||
Reference in New Issue
Block a user