feat: add location and proxy host entities with migrations

This commit is contained in:
GW_MC
2026-01-07 15:57:13 +08:00
parent 1ed065e08e
commit ab840126b3
10 changed files with 347 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
pub mod prelude;
pub mod config;
pub mod location;
pub mod proxy_host;
pub mod upstream;
pub mod upstream_target;
pub mod user;