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

This commit is contained in:
RakVhalate 2022-11-03 20:29:16 +10:00
parent b1b76158c8
commit 9161d7c4e6

View File

@ -15,11 +15,11 @@ export class MinIoService {
} }
SendPicture(event: any): void { //SendPicture(event: any): void {
console.log(event.target.files[0].name); //console.log(event.target.files[0].name);
console.log('Отправляю картинку сервисом...'); //console.log('Отправляю картинку сервисом...');
} //}
} }