Work on CRUD operations

This commit is contained in:
sctn4elk 2024-04-30 08:51:16 -05:00
parent 706cccdbbc
commit e3390bf846

View File

@ -1,5 +1,9 @@
<?php
header("Content-Type: application/json");
header("Content-Type: application/json");header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json; charset=UTF-8");
header("Access-Control-Allow-Methods: OPTIONS,GET,POST,PUT,DELETE");
header("Access-Control-Max-Age: 3600");
header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With");
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHP.php to edit this template