- <?php
- header('Access-Control-Allow-Origin: *');
- header('Access-Control-Allow-Methods: GET, POST');
- header('Access-Control-Allow-Headers: *');
- header('Access-Control-Allow-Credentials: true');
- require_once __DIR__ . '/vendor/autoload.php';
- support\App::run();
|