mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
space invitation process endpoint change
This commit is contained in:
parent
8680237016
commit
f5c819331d
2 changed files with 621 additions and 621 deletions
File diff suppressed because one or more lines are too long
|
@ -139,7 +139,7 @@ export default BaseService.extend({
|
|||
|
||||
// share this folder with new users!
|
||||
share(folderId, invitation) {
|
||||
return this.get('ajax').post(`folders/${folderId}/invitation`, {
|
||||
return this.get('ajax').post(`space/${folderId}/invitation`, {
|
||||
contentType: 'json',
|
||||
data: JSON.stringify(invitation)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue