Adding Register option on the app

This commit is contained in:
Adolfo Reyna
2025-02-04 23:55:59 -05:00
parent 3011c1879e
commit caaed40476
5 changed files with 219 additions and 35 deletions

2
API.js
View File

@@ -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() {