Picture Upload beta-3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-11-02 02:05:40 +10:00
parent 8dc044db8c
commit 3cb36e2d29

View File

@ -23,7 +23,7 @@ export class ApiChatService {
Timestamp: text, Timestamp: text,
Id: 0, Id: 0,
Text: text, Text: text,
Picture: "0" ImgURL: "0"
} }
return this.http.post('http://api.vdk2ch.ru:5000/PostTo', postToSend) return this.http.post('http://api.vdk2ch.ru:5000/PostTo', postToSend)
//return this.http.post('http://localhost:7141/PostTo', postToSend) //return this.http.post('http://localhost:7141/PostTo', postToSend)