Commit 47ecf988 by 庄欣

Update ApiList

parent 91a6b4b6
......@@ -41,7 +41,7 @@ Route::group(["prefix" => "article", 'namespace' => Provider::getNamespace("arti
});
Route::group(["prefix" => "works", 'namespace' => Provider::getNamespace("works")],function(){
//攻略列表
//样片列表
Route::get ("/" , "Works@index");
//改
Route::put ("/{id}" , "Works@update")->where(['id' => '\d+']);
......
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