diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-14 18:39:26 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-14 18:39:26 +0200 |
commit | 4a9e22a58879e16cc2f53cf29abff0ca69d13a5e (patch) | |
tree | 1b5ac331e255a4544125cd1fdaf88f90f060b062 | |
parent | 1619259f174c4653b71ce46cd4cdbfc1b29aaafa (diff) | |
download | warden-master.tar.bz2 warden-master.zip |
-rw-r--r-- | crates/configuration/src/server/http_svc/routes.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/configuration/src/server/http_svc/routes.rs b/crates/configuration/src/server/http_svc/routes.rs index 281b231..7663da2 100644 --- a/crates/configuration/src/server/http_svc/routes.rs +++ b/crates/configuration/src/server/http_svc/routes.rs @@ -13,6 +13,8 @@ pub fn router(store: AppHandle) -> OpenApiRouter { routing::post_routing::post_routing, routing::delete_routing::delete, routing::replace_routing::replace, + )) + .routes(routes!( /* rule */ rule::create::create_rule, rule::update::update_rule_config, |