We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373c2ca commit ed1804aCopy full SHA for ed1804a
1 file changed
cmd/hyperfleet-api/server/api_server.go
@@ -80,7 +80,7 @@ func NewAPIServer(tracingEnabled bool) Server {
80
http.MethodGet,
81
http.MethodPatch,
82
http.MethodPost,
83
- //TODO: Do I need to add PUT?
+ http.MethodPut,
84
}),
85
gorillahandlers.AllowedHeaders([]string{
86
"Authorization",
0 commit comments