Add base server

This commit is contained in:
2023-09-02 08:07:06 +02:00
parent 0f3ddea04e
commit 0ac1480572
9 changed files with 2061 additions and 2 deletions

View File

@ -0,0 +1,2 @@
pub mod app_config;
pub mod controllers;