From 32f4ceedf37b588877f0e5af35f819dd2e503853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 16 Jul 2022 15:34:32 +0200 Subject: [PATCH] Web: use backendURL() function to construct API and Add-on URLs Use `backendURL()` function to construct API and Add-on URLs, so that they work regardless of what is serving the webapp (Flamenco Manager or the Vite development server). --- web/app/src/App.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 099ff4c8..898fce05 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -16,8 +16,8 @@ - add-on - | API + add-on + | API | version: {{ flamencoVersion }} @@ -27,6 +27,7 @@