diff --git a/src/app/boards/boards.component.html b/src/app/boards/boards.component.html index e9c81d5..2ea1a1b 100644 --- a/src/app/boards/boards.component.html +++ b/src/app/boards/boards.component.html @@ -1,7 +1,7 @@
свiня , -

/postgres/

+

{{boardName}}

{ //console.log("Получаю посты и картинки"); - //return this.http.get('http://api.vdk2ch.ru:5000/List/?board=' + boardName); - return this.http.get('http://localhost:7141/List/?board=' + boardName); + return this.http.get('http://api.vdk2ch.ru:5000/List/?board=' + boardName); + //return this.http.get('http://localhost:7141/List/?board=' + boardName); } sendPostToApi(text: string, imgUrl: string) {