角色相关(列表和下拉框)、用户查询、项目部分API
This commit is contained in:
@@ -3,12 +3,5 @@
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
//
|
||||
// $framework = \App\Models\ProjectModel::with([
|
||||
// 'frameworks',
|
||||
// 'labels',
|
||||
// 'technologyStacks',
|
||||
// ])->get();
|
||||
// ds($framework);
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user