Skip to content

Commit

Permalink
update framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleon4 committed Mar 29, 2022
1 parent 21e3176 commit d2b9d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
header("Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS");
header("Allow: GET, POST, PUT, DELETE, OPTIONS");
header("Content-Type: application/json; charset=UTF-8");
date_default_timezone_set('America/Bogota');

require_once("vendor/autoload.php");
spl_autoload_register(function($class_name) {
Expand Down

0 comments on commit d2b9d7c

Please sign in to comment.