Clean up Advoware proxy steps: remove redundant /api/ from paths, simplify method-specific code, and fix DELETE json_data
This commit is contained in:
@@ -4,7 +4,7 @@ config = {
|
||||
'type': 'api',
|
||||
'name': 'Advoware Proxy POST',
|
||||
'description': 'Universal proxy for Advoware API (POST)',
|
||||
'path': '/api/advoware/proxy/post',
|
||||
'path': '/advoware/proxy',
|
||||
'method': 'POST',
|
||||
'emits': [],
|
||||
'flows': ['advoware']
|
||||
|
||||
Reference in New Issue
Block a user