Skip to content
Snippets Groups Projects
Commit 2d9b8297 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'lalmadaneogeo-develop-patch-96293' into 'develop'

Update src/store/modules/feature.js

See merge request geocontrib/geocontrib-frontend!24
parents 2fd26139 5eff58f2
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