new-g
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user