Commit 1063f4f4 by 庄欣

fix bug

parent f0d6bb11
<?php
namespace App\Http\Controllers\Keywords\Controller;
namespace App\Http\Controllers\Category\Controller;
use App\Http\Controllers\ControllerBase;
......
......@@ -122,5 +122,4 @@ Route::group(["prefix" => "category", 'namespace' => Provider::getNamespace("cat
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