summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/table.go')
-rw-r--r--modules/caddyhttp/table.go2
1 files changed, 1 insertions, 1 deletions
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) },
})