示例#1
0
<?php

use Kant\Route\Route;
//
Route::get("/a", function () {
    return "Welcome To Kant Framework V2.1";
});