This commit is contained in:
Mephimeow
2026-04-29 12:28:30 +00:00
parent 0f8a80b6e1
commit 6c170fe1a2
13 changed files with 2450 additions and 7 deletions
+5
View File
@@ -28,4 +28,9 @@ func (h *Handlers) RegisterRoutes(r *gin.RouterGroup) {
MQ: h.MQ,
}
queueHandlers.RegisterRoutes(r)
lineHandlers := &LineHandlers{
Repo: h.Repo,
}
lineHandlers.RegisterRoutes(r)
}