Skip to content

Commit

Permalink
Fix OCS URL typo in TransferOwnershipDialogue.vue
Browse files Browse the repository at this point in the history
Introduced with nextcloud/router v2.0.0 migration: #27281

Signed-off-by: MichaIng <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
MichaIng committed Sep 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f060f33 commit a7f8c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/TransferOwnershipDialogue.vue
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@ export default {
}
logger.debug('submit transfer ownership form', data)

const url = generateOcsUrl('apps/files/api/v1//transferownership')
const url = generateOcsUrl('apps/files/api/v1/transferownership')

axios.post(url, data)
.then(resp => resp.data)

0 comments on commit a7f8c0b

Please sign in to comment.