chore: scaffold axum server with in-memory CRUD, auth stub and tracing
This commit is contained in:
3
backend/src/web/mod.rs
Normal file
3
backend/src/web/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod routes_file;
|
||||
pub mod routes_health;
|
||||
pub mod routes_login;
|
||||
Reference in New Issue
Block a user