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

This commit is contained in:
2026-07-09 14:46:54 +07:00
parent 145ee568cf
commit bf744c19b6
+1 -1
View File
@@ -159,5 +159,5 @@ location /openrouter/ {
# --- Catch-all ---
location / {
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/}';
}