parent
94ce399c08
commit
f2e3778724
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export class InviteService {
|
||||||
|
|
||||||
console.log("api: " + this.apiUrl);
|
console.log("api: " + this.apiUrl);
|
||||||
|
|
||||||
this.http.post(this.apiUrl+'/api/invite', { email: inviteEmail }).subscribe({
|
this.http.post(this.apiUrl+'api/invite', { email: inviteEmail }).subscribe({
|
||||||
next: () => {
|
next: () => {
|
||||||
alert('Invite sent!');
|
alert('Invite sent!');
|
||||||
inviteEmail = '';
|
inviteEmail = '';
|
||||||
|
|
Loading…
Reference in a new issue