コード例 #1
0
function post($url, $fun)
{
    Route::post($url, $fun);
}