updateForm.php hinzugefügt

This commit is contained in:
R40fendt
2026-01-04 18:12:02 +01:00
parent 5cb0b78d27
commit ae2d80b47e
2 changed files with 22 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?php
header("Content-Type: application/json");
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: Authorization");
header("Access-Control-Allow-Headers: Authorization, Content-Type");
use Firebase\JWT\JWT;