we don't need CORS handling

This commit is contained in:
Ell 2023-08-11 21:28:42 +02:00
parent 01e3098b00
commit fbc0ea0aa2

View file

@ -1,7 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
switch ($_SERVER["REQUEST_METHOD"]) {
case "GET":
handle_get();