From d2b9d7cc12cbc31afb22a21818d7899ce75c0483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Le=C3=B3n?= <56183278+Sleon4@users.noreply.github.com> Date: Tue, 29 Mar 2022 14:57:24 -0500 Subject: [PATCH] update framework. --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 28b63ed9..a222c516 100644 --- a/index.php +++ b/index.php @@ -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) {