FIX: Reorden CORS

This commit is contained in:
Juan Pablo Vial
2024-10-25 18:56:14 -03:00
parent 3e9f9a3fef
commit 532e0ec601
2 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
$app->add($app->getContainer()->get(Incoviba\Middleware\NotFound::class));
$app->add($app->getContainer()->get(Incoviba\Middleware\Errors::class));