mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
exam-index
This commit is contained in:
@@ -95,4 +95,10 @@ class ExamController extends Controller
|
||||
//
|
||||
}
|
||||
|
||||
public function indexes()
|
||||
{
|
||||
$result = $this->repository->listIndexes();
|
||||
return $this->success($result);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user