query param of webhook backend support

This commit is contained in:
hjlarry
2025-09-30 21:20:45 +08:00
parent 32f4d1af8b
commit 080cdda4fa
3 changed files with 164 additions and 16 deletions

View File

@ -5,7 +5,7 @@ Trigger Manager for loading and managing trigger providers and triggers
import logging
from collections.abc import Mapping
from threading import Lock
from typing import Any, Optional
from typing import Any
from flask import Request