feat: replace iot adapter with mqtt command pipeline
This commit is contained in:
@@ -10,5 +10,6 @@ func Register(serviceKey string, engine *gin.Engine) {
|
||||
RegisterDelivery(serviceKey, engine)
|
||||
RegisterClient(serviceKey, engine)
|
||||
RegisterPaymentReturn(serviceKey, engine)
|
||||
RegisterIoT(serviceKey, engine)
|
||||
registerUploadRoute(serviceKey, engine)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user