From 19871c1924a8569df741d4bf5f63943b6b646c16 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Thu, 14 Aug 2025 18:33:10 +0200 Subject: feat(config): rule http --- proto/configuration/reload_event.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/configuration/reload_event.proto') diff --git a/proto/configuration/reload_event.proto b/proto/configuration/reload_event.proto index a77645f..569de80 100644 --- a/proto/configuration/reload_event.proto +++ b/proto/configuration/reload_event.proto @@ -4,4 +4,5 @@ package configuration; enum ReloadEvent { ROUTING = 0; + RULE = 1; } -- cgit v1.2.3