Skip to content

Commit

Permalink
feat: add custom http verb support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Feb 23, 2024
1 parent 07a5243 commit cf62869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/assured/bindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ func (c *Client) createApplicationRouter() *mux.Router {
http.MethodDelete,
http.MethodConnect,
http.MethodOptions,
"SEARCH",
"QUERY",
}

router.Handle(
Expand Down

0 comments on commit cf62869

Please sign in to comment.