chore: updates

This commit is contained in:
MattTheTekie 2025-06-29 14:43:53 -04:00
commit b7f6adec06

View file

@ -1,5 +1,7 @@
<?php
header('Content-Type: application/json');
// Allow all origins (or replace * with specific domain)
header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json");
$counterFile = 'counter_data.json';