bitgoblin-website/public/index.php

6 lines
69 B
PHP
Raw Normal View History

2022-07-09 13:14:08 -04:00
<?php
require_once __DIR__ . '/../app/bootstrap.php';
$app->run();