Update locations.conf
Build Admin / Build image (push) Successful in 16s

This commit is contained in:
2026-07-09 14:47:33 +07:00
parent bf744c19b6
commit 559c30d4be
+1 -1
View File
@@ -159,5 +159,5 @@ location /openrouter/ {
# --- Catch-all --- # --- Catch-all ---
location / { location / {
default_type application/json; default_type application/json;
return 404 '{"error":"unknown_upstream","hint":"use /elevenlabs/, /openai/ or /telegram/ or /openrouter/}'; return 404 '{"error":"unknown_upstream","hint":"use /elevenlabs/, /openai/ or /telegram/ or /openrouter/"}';
} }