This commit is contained in:
Peter Maquiran
2022-04-14 14:57:04 +01:00
parent fc0a01e7c2
commit e870400b16
3 changed files with 4 additions and 8 deletions
+1
View File
@@ -945,6 +945,7 @@ export class EventsService {
}
break;
}
return this.http.post<any>(`${geturl}`, body, options)
}