some changes

This commit is contained in:
Eudes Inácio
2022-12-19 14:45:56 +01:00
parent 0376cc2791
commit 385e8e01cd
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -118,9 +118,9 @@ export class NotificationsService {
};
this.http.post<Tokenn>(`${geturl}`, body, { headers }).subscribe(data => {
console.log(data)
}, (error) => {
console.log(error)
})
});