From bfe84790166e25599b348de9fc4a97eb49521f7d Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Thu, 25 Jul 2024 00:36:35 +0200 Subject: [PATCH] Frontend and backed now using the same Flask web server --- smartassist/config/smartassist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index 3475503..e1c116e 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -1,6 +1,6 @@ # Frontend Configuration frontend: - url: "http://localhost:8000" + url: "http://localhost:5004" # Backend Configuration backend: