Skip to content

Commit

Permalink
Fix syntax in TransferOwnershipDialogue.vue
Browse files Browse the repository at this point in the history
Introduced with 6e5191b when migrating to Nextcloud router v2.0.0.

Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
MichaIng committed Sep 23, 2021
1 parent c92c57e commit fece5a5
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
Expand Up @@ -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)
Expand Down

0 comments on commit fece5a5

Please sign in to comment.