Skip to content
Snippets Groups Projects
Commit 6fb5b7fe authored by DESPRES Damien's avatar DESPRES Damien
Browse files

Merge remote-tracking branch 'origin/develop' into ticket/11735

parents 98a6283c 2d9b8297
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