exam-index

This commit is contained in:
xiaomlove
2021-04-20 20:18:02 +08:00
parent 38afa63e3d
commit 15bd8e800b
6 changed files with 80 additions and 4 deletions

View File

@@ -95,4 +95,10 @@ class ExamController extends Controller
//
}
public function indexes()
{
$result = $this->repository->listIndexes();
return $this->success($result);
}
}