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 => {
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
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