36837-vm/generate.php
Flatlogic Bot 78c8d8c40d VERSAO 1
2025-12-10 17:06:23 +00:00

6 lines
240 B
PHP

<?php
// This is a placeholder for future backend logic.
// For now, it doesn't do anything.
header('Content-Type: application/json');
echo json_encode(['status' => 'success', 'message' => 'Request received. Processing will start soon.']);