Fixed broken urls (wrong absoluteUrl refactor) on search and metadata search

This commit is contained in:
Eliot Berriot 2018-06-24 15:08:04 +02:00
parent 58be852a84
commit 10ce077334
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ export default {
})
return {results: results}
},
url: this.$store.getters['instance/absoluteUrl']('search?query={query}')
url: this.$store.getters['instance/absoluteUrl']('api/v1/search?query={query}')
}
})
}