1
0
Fork 0
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:
Harvey Kandola 2017-10-06 15:19:35 -04:00
parent 8680237016
commit f5c819331d
2 changed files with 621 additions and 621 deletions

File diff suppressed because one or more lines are too long

View file

@ -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)
});