diff --git a/src/app/services/api-chat.service.ts b/src/app/services/api-chat.service.ts index ebbf680..9cc233e 100644 --- a/src/app/services/api-chat.service.ts +++ b/src/app/services/api-chat.service.ts @@ -23,7 +23,7 @@ export class ApiChatService { Timestamp: text, Id: 0, Text: text, - Picture: text + Picture: "0" } return this.http.post('http://api.vdk2ch.ru:5000/PostTo', postToSend) //return this.http.post('http://localhost:7141/PostTo', postToSend)