simple Log In endpoint without encryption

This commit is contained in:
2025-09-22 23:58:07 +02:00
parent 3450c216c0
commit 007071cf12
14 changed files with 680 additions and 60 deletions

View File

@@ -1 +1,3 @@
pub mod db_pool;
pub mod db_pool;
pub mod auth;
pub mod routes;