From 3cb36e2d29f8429d6155b24d02febd2abbf7e6b3 Mon Sep 17 00:00:00 2001 From: RakVhalate Date: Wed, 2 Nov 2022 02:05:40 +1000 Subject: [PATCH] Picture Upload beta-3 --- src/app/services/api-chat.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/api-chat.service.ts b/src/app/services/api-chat.service.ts index 9cc233e..b75064c 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: "0" + ImgURL: "0" } return this.http.post('http://api.vdk2ch.ru:5000/PostTo', postToSend) //return this.http.post('http://localhost:7141/PostTo', postToSend)