removed favicon

This commit is contained in:
sabash 2019-07-16 15:13:20 +05:30
parent 6ade394508
commit 035e2ee3b6
2 changed files with 6 additions and 6 deletions

View File

@ -19,12 +19,12 @@ export class BlockDetailListComponent implements OnInit {
ngOnInit() {
this.gettinglatesthashList();
this.http
.get('http://localhost:4000/api/test/ok')
// .get('/api/courses/01.json')
.subscribe(data => {
console.log(data);
});
// this.http
// .get('http://localhost:4000/api/test/ok')
// // .get('/api/courses/01.json')
// .subscribe(data => {
// console.log(data);
// });
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB