share routes refactoring

This commit is contained in:
Čarodej
2022-05-13 11:40:39 +02:00
parent c0e431b384
commit 69a48e8925
35 changed files with 267 additions and 145 deletions

View File

@@ -890,7 +890,7 @@ export default {
// Get route
let route = this.$store.getters.sharedDetail
? `/api/search/${this.$router.currentRoute.params.token}`
? `/api/sharing/search/${this.$router.currentRoute.params.token}`
: '/api/search'
axios