This commit is contained in:
tiago.kayaya
2021-07-08 21:31:14 +01:00
parent 88bdab5d65
commit b140873df9
11 changed files with 191 additions and 38 deletions
+2
View File
@@ -200,6 +200,8 @@ export class EventsService {
headers: this.headersSharedOficial,
params: params
};
console.log(options);
return this.http.get<Event[]>(`${geturl}`, options);
}