Skip to content

Commit

Permalink
Merge pull request #28947 from nextcloud/fix/ocs-url-typo
Browse files Browse the repository at this point in the history
Fix OCS URL typo in TransferOwnershipDialogue.vue
  • Loading branch information
szaimen authored Sep 27, 2021
2 parents ab09f1e + 3979861 commit ee49498
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/files/js/dist/personal-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/js/dist/personal-settings.js.map

Large diffs are not rendered by default.

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 ee49498

Please sign in to comment.