From d4c1e47610eee3ce243cbd65eef308a7ea135b4a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 17 Mar 2026 12:41:19 +0100 Subject: [PATCH] Update backend URL to flask.empower-plant.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns with sentry-demos/android#196 — the old appspot.com URL has been replaced by the new flask.empower-plant.com domain. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index e2439aa..5fc10ea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,5 +6,5 @@ export const DSN = // 'https://1df17bd4e543fdb31351dee1768bb679@o447951.ingest.sentry.io/5428561'; export const BACKEND_URL = - 'https://application-monitoring-flask-dot-sales-engineering-sf.appspot.com'; + 'https://flask.empower-plant.com'; // 'http://127.0.0.1:8080'; // for local flask backend