From 8dc044db8c239b260a3db60f517df6d657865d4a Mon Sep 17 00:00:00 2001 From: RakVhalate Date: Wed, 2 Nov 2022 02:01:34 +1000 Subject: [PATCH] Picture Upload beta-2 --- 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 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)