mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:50:18 +00:00
NOISSUE - Fix mockery (#205)
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ func MakeHandler(svc reports.Service, authn mgauthn.Authentication, mux *chi.Mux
|
||||
})
|
||||
})
|
||||
|
||||
mux.Get("/health", supermq.Health("rule_engine", instanceID))
|
||||
mux.Get("/health", supermq.Health("reports", instanceID))
|
||||
mux.Handle("/metrics", promhttp.Handler())
|
||||
|
||||
return mux
|
||||
|
||||
@@ -20,8 +20,6 @@ packages:
|
||||
interfaces:
|
||||
Repository:
|
||||
Service:
|
||||
Ticker:
|
||||
Emailer:
|
||||
github.com/absmach/magistrala/bootstrap:
|
||||
interfaces:
|
||||
ConfigRepository:
|
||||
|
||||
Reference in New Issue
Block a user