webhook/test
Cameron Moore c2ffd465c4 Add support for slashes in hook IDs
When matching variables in routes, gorilla/mux uses a default pattern of
"[^/]+", thereby prohibiting slashes in variable matching.  Override the
default pattern to remove this restriction.

See https://github.com/gorilla/mux/blob/v1.8.0/regexp.go#L50

Fixes #421
2020-11-24 16:56:54 -06:00
..
hookecho.go Apply gofmt 2018-02-16 20:26:33 -06:00
hooks.json.tmpl Add support for slashes in hook IDs 2020-11-24 16:56:54 -06:00
hooks.yaml.tmpl Add support for slashes in hook IDs 2020-11-24 16:56:54 -06:00