Skip to content

Commit

Permalink
fix: add PATCH to available HTTP methods (#5cjaau)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed May 19, 2020
1 parent cbdd7eb commit 613bcd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/lib/factory/ajax/commonUrlBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ enum RouteHttpVerb {
GET = "GET",
POST = "POST",
PUT = "PUT",
DELETE = "DELETE"
DELETE = "DELETE",
PATCH = "PATCH"
}

interface RouteLocationInterface {
Expand Down

0 comments on commit 613bcd7

Please sign in to comment.