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