feat(routes): add handler for scheduled traffic statistics
This commit is contained in:
parent
4432115844
commit
1745c7194b
@ -39,4 +39,7 @@ func RegisterHandlers(mux *asynq.ServeMux, serverCtx *svc.ServiceContext) {
|
|||||||
|
|
||||||
// ScheduledBatchSendEmail
|
// ScheduledBatchSendEmail
|
||||||
mux.Handle(types.ScheduledBatchSendEmail, emailLogic.NewBatchEmailLogic(serverCtx))
|
mux.Handle(types.ScheduledBatchSendEmail, emailLogic.NewBatchEmailLogic(serverCtx))
|
||||||
|
|
||||||
|
// ScheduledTrafficStat
|
||||||
|
mux.Handle(types.SchedulerTrafficStat, traffic.NewStatLogic(serverCtx))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user