Clean up Advoware proxy steps: remove redundant /api/ from paths, simplify method-specific code, and fix DELETE json_data

This commit is contained in:
root
2025-10-19 16:03:11 +00:00
parent bed1008337
commit 1f893812b2
5 changed files with 8 additions and 39 deletions

View File

@@ -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']