Updates taxonomies list request.
This commit is contained in:
parent
9d839c222d
commit
55a9a91f79
|
@ -44,7 +44,7 @@ export const fetchMetadata = ({ commit }, { collectionId } ) => {
|
||||||
|
|
||||||
export const fetchTaxonomiesList = ({ commit }, ) => {
|
export const fetchTaxonomiesList = ({ commit }, ) => {
|
||||||
|
|
||||||
let endpoint = '/reports/taxonomies/list'
|
let endpoint = '/reports/taxonomy'
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
axios.tainacan.get(endpoint)
|
axios.tainacan.get(endpoint)
|
||||||
|
|
Loading…
Reference in New Issue