项目目录/public/index.php/接你设置的路由

比如设置了

$app->get('/test', function () use ($app) {
    return $app->version();
});

就是

项目目录/public/index.php/test