Commit e3dca8e6 by 庄欣

Update ApiList

parent fd33b037
......@@ -106,3 +106,10 @@ Route::group(["prefix" => "sets", 'namespace' => Provider::getNamespace("sets")]
//解禁
Route::put("/{id}/resume" ,"Sets@resume");
});
//分类
Route::group(["prefix" => "category", 'namespace' => Provider::getNamespace("category")],function(){
//列表
Route::get ("/" , "Category@index");
//格式化分类
Route::get ("/pretty" , "Category@pretty");
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment