Commit e74a3eb4 by 庄欣

fix bug

parent 232997e0
......@@ -6,8 +6,8 @@ use App\Http\Controllers\ControllerBase;
class Category extends ControllerBase
{
protected $prefix = "category";
protected $prefix = "cates";
public function pretty()
{
empty($query) && $query = request()->getQueryString();
......
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