From 0b12eea7335f72c0e089d7c9d8f0438f01b3f07f Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sun, 29 Mar 2026 10:00:03 -0500 Subject: [PATCH] Fix base-url to point to API server instead of Vite dev server Signed-off-by: Aditya Sharma --- cfg/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/dev.yaml b/cfg/dev.yaml index 6ea84c8bf..d62b51f44 100644 --- a/cfg/dev.yaml +++ b/cfg/dev.yaml @@ -9,7 +9,7 @@ unit: max-queue-size: 2048 probod: - base-url: "http://localhost:5173" + base-url: "http://localhost:8080" encryption-key: "thisisnotasecretAAAAAAAAAAAAAAAAAAAAAAAAAAA=" chrome-dp-addr: "localhost:9222"