last sentry changed

This commit is contained in:
Eudes Inácio
2022-12-19 19:20:45 +01:00
23 changed files with 239 additions and 194 deletions
+2 -2
View File
@@ -118,9 +118,9 @@ export class NotificationsService {
};
this.http.post<Tokenn>(`${geturl}`, body, { headers }).subscribe(data => {
console.log(data)
//console.log(data)
}, (error) => {
console.log(error)
//console.log(error)
})
});