mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 21:51:36 +08:00
Update route for incoming api change
This commit is contained in:
parent
5c9aac9495
commit
bafb4a7f73
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ angular.module('passmanApp')
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
unshareCredential: function (credential) {
|
unshareCredential: function (credential) {
|
||||||
var queryUrl = OC.generateUrl('apps/passman/api/v2/sharing/unshare/' + credential.guid);
|
var queryUrl = OC.generateUrl('apps/passman/api/v2/sharing/' + credential.guid);
|
||||||
return $http.delete(queryUrl).then(function (response) {
|
return $http.delete(queryUrl).then(function (response) {
|
||||||
return response.data;
|
return response.data;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue