Skip to content
Snippets Groups Projects
Commit 5eff58f2 authored by Leandro Almada's avatar Leandro Almada
Browse files

Update src/store/modules/feature.js

parent 2fd26139
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ axios.defaults.headers.common['X-CSRFToken'] = (name => { ...@@ -7,7 +7,7 @@ axios.defaults.headers.common['X-CSRFToken'] = (name => {
return (value != null) ? unescape(value[1]) : null; return (value != null) ? unescape(value[1]) : null;
})('csrftoken'); })('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 = { const feature = {
namespaced: true, namespaced: true,
...@@ -199,4 +199,4 @@ const feature = { ...@@ -199,4 +199,4 @@ const feature = {
} }
export default feature export default feature
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment