aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-14 18:39:26 +0200
committerrtkay123 <dev@kanjala.com>2025-08-14 18:39:26 +0200
commit4a9e22a58879e16cc2f53cf29abff0ca69d13a5e (patch)
tree1b5ac331e255a4544125cd1fdaf88f90f060b062
parent1619259f174c4653b71ce46cd4cdbfc1b29aaafa (diff)
downloadwarden-master.tar.bz2
warden-master.zip
fix(config): routes nestingHEADmaster
-rw-r--r--crates/configuration/src/server/http_svc/routes.rs2
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,