추가
This commit is contained in:
9
backend/api/scheduler/status.get.ts
Normal file
9
backend/api/scheduler/status.get.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { getSchedulerStatus } from '../../utils/report-scheduler'
|
||||
|
||||
/**
|
||||
* 스케줄러 상태 조회
|
||||
* GET /api/scheduler/status
|
||||
*/
|
||||
export default defineEventHandler(async () => {
|
||||
return getSchedulerStatus()
|
||||
})
|
||||
Reference in New Issue
Block a user