mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
map: Add missing json struct tag
This commit is contained in:
parent
f0c0f38ba5
commit
58e83a811b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ type Handler struct {
|
||||||
|
|
||||||
// If no mappings match or if the mapped output is null/nil, the associated
|
// If no mappings match or if the mapped output is null/nil, the associated
|
||||||
// default output will be applied (optional).
|
// default output will be applied (optional).
|
||||||
Defaults []string
|
Defaults []string `json:"defaults,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CaddyModule returns the Caddy module information.
|
// CaddyModule returns the Caddy module information.
|
||||||
|
|
Loading…
Reference in a new issue