This commit is contained in:
@@ -18,7 +18,7 @@ export class BoardsComponent implements OnInit {
|
||||
|
||||
listPosts() {
|
||||
console.log("Получаю данные...");
|
||||
this.http.get('http://localhost:7141/List')
|
||||
this.http.get('http://api.vdk2ch.ru:5000/List')
|
||||
.subscribe((response)=> {
|
||||
this.response = response;
|
||||
console.log(this.response);
|
||||
|
Reference in New Issue
Block a user