Update flow names for Advoware and VMH steps to improve clarity and organization

This commit is contained in:
bsiggel
2026-03-01 23:28:29 +00:00
parent dc586385df
commit 721339ca9b
18 changed files with 30 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ from services.advoware import AdvowareAPI
config = {
"name": "Advoware Proxy GET",
"description": "Universal proxy for Advoware API (GET requests)",
"flows": ["advoware"],
"flows": ["advoware-proxy"],
"triggers": [
http("GET", "/advoware/proxy")
],