Level2.lu/src/web/index.php

4 lines
70 B
PHP

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