Add basic server config

This commit is contained in:
2023-09-02 10:28:08 +02:00
parent 129d23f671
commit bb31954b22
7 changed files with 57 additions and 1 deletions

View File

@ -1,3 +1,4 @@
pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod extractors;