fix(gateway): expose /transcribe on the gateway data-plane allowlist

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yassin 2026-09-17 00:45:38 +00:00
parent 291a43c409
commit 13e38582d1

View file

@ -85,6 +85,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = (
"/aws/",
"/bedrock/",
"/comprehendmedical",
"/transcribe",
"/cohere/",
"/gemini/",
"/gigachat/",