chore: updates
This commit is contained in:
parent
a5dce0d16f
commit
b7f6adec06
1 changed files with 3 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue