Updates taxonomies list request.

This commit is contained in:
mateuswetah 2021-03-05 15:28:22 -03:00
parent 9d839c222d
commit 55a9a91f79
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const fetchMetadata = ({ commit }, { collectionId } ) => {
export const fetchTaxonomiesList = ({ commit }, ) => {
let endpoint = '/reports/taxonomies/list'
let endpoint = '/reports/taxonomy'
return new Promise((resolve, reject) => {
axios.tainacan.get(endpoint)