From 3c6579e7a385893e4605608d3777cb2261d94908 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 5 Aug 2025 22:17:49 +0200 Subject: [PATCH] Point frontend to production backend --- frontend/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config.js b/frontend/config.js index 3f5561e..d63e462 100644 --- a/frontend/config.js +++ b/frontend/config.js @@ -1 +1 @@ -const backend_api = 'http://localhost:8000/' +const backend_api = '/zetikettes/srv/'