Added Login and Register handlers for actix backend

This commit is contained in:
2023-03-24 22:28:18 +01:00
parent d961896242
commit 1c8110cdb0
21 changed files with 331 additions and 114 deletions

View File

@@ -1,5 +1,5 @@
mod request_data;
mod requests;
mod responses;
mod handler;
mod error;