1
0

initial commit

This commit is contained in:
2024-04-23 07:49:25 +03:00
commit ef0fa83f8b
9 changed files with 2040 additions and 0 deletions

2
src/web/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod middlware;
pub mod routes;