Frontend and backed now using the same Flask web server

This commit is contained in:
2024-07-25 00:36:35 +02:00
parent b261437952
commit bfe8479016
+1 -1
View File
@@ -1,6 +1,6 @@
# Frontend Configuration
frontend:
url: "http://localhost:8000"
url: "http://localhost:5004"
# Backend Configuration
backend: