mince/public/index.php

6 lines
102 B
PHP

<?php
namespace Mince;
require_once __DIR__ . '/../mince.php';
$mince->createRouting()->dispatch();