fix /anthropic/

This commit is contained in:
Ishaan Jaff 2024-11-20 21:10:05 -08:00
parent ddfe687b13
commit 6e0c000ea9

View file

@ -192,6 +192,10 @@ class RouteChecks:
return True
if "/langfuse/" in route:
return True
if "/anthropic/" in route:
return True
if "/azure/" in route:
return True
return False
@staticmethod