We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7686ab0 commit 553affaCopy full SHA for 553affa
src/enum/HttpMethod.enum.ts
@@ -16,6 +16,7 @@ export enum HttpMethod {
16
DELETE = "delete",
17
POST = "post",
18
PUT = "put",
19
+ PATCH = "patch",
20
}
21
22
export default HttpMethod;
0 commit comments