Files
html/api/img.php
opus 8634581a57
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
AUTO-BACKUP 20260417-0105
2026-04-17 01:05:02 +02:00

9 lines
235 B
PHP

<?php
header("Content-Type: application/json");
http_response_code(200);
echo json_encode([
"status"=>"stub",
"info"=>"Legacy endpoint — use /api/imagegen.php or /api/vision-proxy.php instead",
"migration"=>"2026-04"
]);