@@ -189,7 +189,7 @@ const API = {
return postCall("/user/invite", { name, email });
},
getInvitation(email){
return getCall("/user/invite", { email });
return getCall("/invite/" + email );
//Profiles
async getMe() {
The note is not visible to the blocked user.