From 63674ba081dcf0a1b0ba8d6966fa5874850e3ee3 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 11 Jul 2019 22:03:12 -0600 Subject: Rename handler modules to use http.handlers namespace --- modules/caddyhttp/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/table.go') diff --git a/modules/caddyhttp/table.go b/modules/caddyhttp/table.go index 7d98682..5b1fed5 100644 --- a/modules/caddyhttp/table.go +++ b/modules/caddyhttp/table.go @@ -22,7 +22,7 @@ import ( func init() { caddy.RegisterModule(caddy.Module{ - Name: "http.middleware.table", + Name: "http.handlers.table", New: func() interface{} { return new(tableMiddleware) }, }) -- cgit v1.2.3