wrong path
Some checks failed
ci / build (push) Failing after 40s

This commit is contained in:
miwr 2025-04-22 13:30:43 +02:00
parent 94ce399c08
commit f2e3778724

View file

@ -18,7 +18,7 @@ export class InviteService {
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: () => {
alert('Invite sent!');
inviteEmail = '';