bitgoblin-website/public/index.php

6 lines
69 B
PHP

<?php
require_once __DIR__ . '/../app/bootstrap.php';
$app->run();