mirror of
https://github.com/v2board/v2board.git
synced 2025-06-27 12:49:57 +08:00
update: more api
This commit is contained in:
@ -22,7 +22,8 @@ class SystemController extends Controller
|
||||
return response([
|
||||
'data' => [
|
||||
'schedule' => $this->getScheduleStatus(),
|
||||
'horizon' => $this->getHorizonStatus()
|
||||
'horizon' => $this->getHorizonStatus(),
|
||||
'schedule_last_runtime' => Cache::get(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null))
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user