mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 00:38:33 +02:00
fix npm package
This commit is contained in:
11
schemas/types.js
Normal file
11
schemas/types.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const HTTP_METHODS = [
|
||||
"GET",
|
||||
"POST",
|
||||
"PUT",
|
||||
"PATCH",
|
||||
"DELETE",
|
||||
"CONNECT",
|
||||
"HEAD",
|
||||
"OPTIONS",
|
||||
"TRACE",
|
||||
];
|
||||
Reference in New Issue
Block a user