mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +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 this folder with new users!
|
||||||
share(folderId, invitation) {
|
share(folderId, invitation) {
|
||||||
return this.get('ajax').post(`folders/${folderId}/invitation`, {
|
return this.get('ajax').post(`space/${folderId}/invitation`, {
|
||||||
contentType: 'json',
|
contentType: 'json',
|
||||||
data: JSON.stringify(invitation)
|
data: JSON.stringify(invitation)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue