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() { ngOnInit() {
this.gettinglatesthashList(); this.gettinglatesthashList();
this.http // this.http
.get('http://localhost:4000/api/test/ok') // .get('http://localhost:4000/api/test/ok')
// .get('/api/courses/01.json') // // .get('/api/courses/01.json')
.subscribe(data => { // .subscribe(data => {
console.log(data); // console.log(data);
}); // });
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB