Skip to content

Commit ed1804a

Browse files
committed
HYPERFLEET-978 - feat: Include routes for PUT status updates (1/2)
1 parent 373c2ca commit ed1804a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/hyperfleet-api/server/api_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func NewAPIServer(tracingEnabled bool) Server {
8080
http.MethodGet,
8181
http.MethodPatch,
8282
http.MethodPost,
83-
//TODO: Do I need to add PUT?
83+
http.MethodPut,
8484
}),
8585
gorillahandlers.AllowedHeaders([]string{
8686
"Authorization",

0 commit comments

Comments
 (0)