docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2022-10-20 02:59:49 +10:00
parent 24279cd3da
commit 76f505af06
6 changed files with 29 additions and 4 deletions

View File

@@ -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);