From 559c30d4be34119f4f94752a4e769f2028ca215a Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Thu, 9 Jul 2026 14:47:33 +0700 Subject: [PATCH] Update locations.conf --- nginx/locations.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/locations.conf b/nginx/locations.conf index ae95879..5bd4a9b 100644 --- a/nginx/locations.conf +++ b/nginx/locations.conf @@ -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/"}'; }