Skip to content

Commit

Permalink
Add more methods
Browse files Browse the repository at this point in the history
  • Loading branch information
duydvu committed Sep 14, 2022
1 parent 2f0d323 commit 2726628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export default defineInterface({
choices: [
{ text: 'GET', value: 'GET' },
{ text: 'POST', value: 'POST' },
{ text: 'PUT', value: 'PUT' },
{ text: 'PATCH', value: 'PATCH' },
{ text: 'DELETE', value: 'DELETE' },
],
},
},
Expand Down

0 comments on commit 2726628

Please sign in to comment.