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);
|
||||
|
BIN
src/favicon.ico
BIN
src/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user