mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:32:47 +00:00
4 lines
93 B
PHP
4 lines
93 B
PHP
<?php
|
|
|
|
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
|
require_once 'TestRouter.php'; |