This commit is contained in:
Eudes Inácio
2022-04-14 15:27:34 +01:00
5 changed files with 7 additions and 11 deletions
+1
View File
@@ -945,6 +945,7 @@ export class EventsService {
}
break;
}
return this.http.post<any>(`${geturl}`, body, options)
}