Skip to content

Commit

Permalink
Adding DELETE
Browse files Browse the repository at this point in the history
Adding DELETE as a HTTP method
  • Loading branch information
derjust committed Mar 3, 2021
1 parent 37b8196 commit 09c859e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export const plugin = new PanelPlugin<ButtonPanelOptions>(ButtonPanel).setPanelO
value: 'POST',
label: 'POST',
},
{
value: 'DELETE',
label: 'DELETE',
},
],
},
defaultValue: 'GET',
Expand Down

0 comments on commit 09c859e

Please sign in to comment.