Axum api server with json and "conf" file support.

This commit is contained in:
Ara Sadoyan
2025-02-20 18:44:12 +01:00
parent 3b37582f59
commit 1338d04963
6 changed files with 235 additions and 44 deletions

View File

@@ -1,2 +1,3 @@
pub mod proxyhttp;
pub mod start;
pub mod webserver;