This commit is contained in:
Lizandro Guarnizo
2026-01-28 13:49:07 -05:00
parent 40bc8d15e7
commit 2bf7d6c9a8
6 changed files with 20 additions and 4 deletions
+3
View File
@@ -10,6 +10,9 @@ require_once '../config/config.php';
requireAuthentication();
header('Content-Type: application/json; charset=utf-8');
header('Cache-Control: no-cache, no-store, must-revalidate');
header('Pragma: no-cache');
header('Expires: 0');
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET');
header('Access-Control-Allow-Headers: Content-Type');