created api for uploading picture

This commit is contained in:
Václav Šmejkal 2024-05-24 16:32:30 +02:00
parent ebc26dc8fb
commit 33d352d25f
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -0,0 +1,6 @@
<?php
$status = 0;
header('Content-type: application/json');
echo json_encode(["status" => $status]);