debug
This commit is contained in:
parent
9cd97f1cf2
commit
6f1556b27b
@ -44,7 +44,6 @@ class StoreCategory extends BaseController
|
||||
*/
|
||||
public function lst()
|
||||
{
|
||||
halt(1111);
|
||||
return app('json')->success($this->repository->getFormatList($this->request->merId()));
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ Route::group(config('admin.admin_prefix'), function () {
|
||||
Route::group(config('admin.api_admin_prefix') . '/', function () {
|
||||
|
||||
$path = $this->app->getRootPath() . 'route' . DIRECTORY_SEPARATOR.'admin';
|
||||
halt($path);
|
||||
|
||||
$files = scandir($path);
|
||||
foreach ($files as $file) {
|
||||
if($file != '.' && $file != '..'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user