Skip to content
Snippets Groups Projects

Update src/store/modules/feature.js

Merged Leandro Almada requested to merge lalmadaneogeo-develop-patch-96293 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading