From 0d7a3531593d87b724d404c8727a96becab3ab07 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Fri, 27 Mar 2026 16:56:44 +0100 Subject: [PATCH] try changing a small line --- tools/server/public/index.html | 14 +++++++------- .../webui/src/lib/constants/api-endpoints.ts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/server/public/index.html b/tools/server/public/index.html index 5767e2045b..e7e836b706 100644 --- a/tools/server/public/index.html +++ b/tools/server/public/index.html @@ -18,15 +18,15 @@
diff --git a/tools/server/webui/src/lib/constants/api-endpoints.ts b/tools/server/webui/src/lib/constants/api-endpoints.ts index aa7ca3a22a..25f493c571 100644 --- a/tools/server/webui/src/lib/constants/api-endpoints.ts +++ b/tools/server/webui/src/lib/constants/api-endpoints.ts @@ -5,4 +5,4 @@ export const API_MODELS = { }; /** CORS proxy endpoint path */ -export const CORS_PROXY_ENDPOINT = '/cors-proxy'; +export const CORS_PROXY_ENDPOINT = '/cors-proxy-test';