mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Fix output type for request tools - get, put, post, and delete (#5044)
This commit is contained in:
@@ -35,7 +35,7 @@ class RequestsDelete_Tools implements INode {
|
||||
this.icon = 'del.png'
|
||||
this.category = 'Tools'
|
||||
this.description = 'Execute HTTP DELETE requests'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(RequestsDeleteTool)]
|
||||
this.baseClasses = [this.type, ...getBaseClasses(RequestsDeleteTool), 'Tool']
|
||||
this.inputs = [
|
||||
{
|
||||
label: 'URL',
|
||||
|
||||
Reference in New Issue
Block a user