Skip to content
Snippets Groups Projects
Commit 3fda2336 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Fix url to imoprt task.

parent f0fd7779
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ const feature_type = {
},
GET_IMPORTS({ commit }, { project_slug, feature_type }) {
let url = `${this.state.configuration.VUE_APP_DJANGO_API_BASE}import-tasks`;
let url = `${this.state.configuration.VUE_APP_DJANGO_API_BASE}import-tasks/`;
if (project_slug) {
url = url.concat('', `${url.includes('?') ? '&' : '?'}project_slug=${project_slug}`);
}
......
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