From ac7a020b5a00227fee1971c599db716be1c53b40 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 13:06:35 +0000 Subject: Move the event/ prefix of events to the parent class. --- modules/httpd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/httpd.cpp') diff --git a/modules/httpd.cpp b/modules/httpd.cpp index 42fea8152..ee8f6eb35 100644 --- a/modules/httpd.cpp +++ b/modules/httpd.cpp @@ -425,8 +425,8 @@ public: ModuleHttpServer() : Module(VF_VENDOR, "Allows the server administrator to serve various useful resources over HTTP.") , APIImpl(this) - , acleventprov(this, "event/http-acl") - , reqeventprov(this, "event/http-request") + , acleventprov(this, "http-acl") + , reqeventprov(this, "http-request") { aclevprov = &acleventprov; reqevprov = &reqeventprov; -- cgit v1.3.1-10-gc9f91