From 5eff58f262dc57158938c508cd06e8fafc13aebf Mon Sep 17 00:00:00 2001 From: Leandro Almada <lalmada@neogeo.fr> Date: Fri, 24 Sep 2021 15:18:25 +0000 Subject: [PATCH] Update src/store/modules/feature.js --- src/store/modules/feature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/feature.js b/src/store/modules/feature.js index 11a86814..59313c88 100644 --- a/src/store/modules/feature.js +++ b/src/store/modules/feature.js @@ -7,7 +7,7 @@ axios.defaults.headers.common['X-CSRFToken'] = (name => { return (value != null) ? unescape(value[1]) : null; })('csrftoken'); -const DJANGO_API_BASE = process.env.VUE_APP_DJANGO_API_BASE +const DJANGO_API_BASE = this.state.configuration.VUE_APP_DJANGO_API_BASE const feature = { namespaced: true, @@ -199,4 +199,4 @@ const feature = { } -export default feature \ No newline at end of file +export default feature -- GitLab