<?php


require_once realpath(__DIR__.'/../bootstrap/http.php');

require_once realpath(__DIR__.'/../routes/api.php');

$app->run();