Skip to content

Commit

Permalink
fix(api): add ending slash to prevent 307 redirect (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPHPE committed Feb 28, 2024
1 parent 7728a0c commit ef6f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/services/ApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ApiService {
},
};

return this.#fetchApi("tasks/ecoindexes", options);
return this.#fetchApi("tasks/ecoindexes/", options);
}

/**
Expand Down

0 comments on commit ef6f943

Please sign in to comment.