Updated feed page

This commit is contained in:
Kayaya
2020-08-07 10:31:33 +01:00
parent 937ba8b579
commit b749731571
7 changed files with 338 additions and 21 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ export class AuthService {
private router: Router
) { }
login(postData: any): Observable<any> {
/* login(postData: any): Observable<any> {
return this.httpService.post('login', postData);
}
@@ -29,5 +29,5 @@ export class AuthService {
this.router.navigate([''])
})
}
} */
}