mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
🔥 Remove changes related to action
This commit is contained in:
parent
eb80b1edb3
commit
4e292c7f53
2 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'GET',
|
||||
value: 'get',
|
||||
// action: 'Perform a GET request', // TODO: Uncomment once #3610 merged to master
|
||||
routing: {
|
||||
request: {
|
||||
method: 'GET',
|
||||
|
|
@ -28,7 +27,6 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'DELETE',
|
||||
value: 'delete',
|
||||
// action: 'Perform a DELETE request', // TODO: Uncomment once #3610 merged to master
|
||||
routing: {
|
||||
request: {
|
||||
method: 'DELETE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue