mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-04 19:49:16 +00:00
hotfix
This commit is contained in:
@@ -682,7 +682,7 @@ class AdminController extends Controller
|
||||
$view['country_list'] = Country::query()->orderBy('code', 'asc')->get();
|
||||
$view['label_list'] = Label::query()->orderBy('sort', 'desc')->orderBy('id', 'asc')->get();
|
||||
|
||||
return Response::view('admin.group.addNode', $view);
|
||||
return Response::view('admin.node.addNode', $view);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user