<?php

use HtmlDriven\CorsProxy\Application;

require __DIR__ . '/../vendor/autoload.php';

(new Application())->run();
