mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 04:55:39 +08:00
DEP fixes (#513)
This commit is contained in:
@@ -243,6 +243,7 @@ func serve(args []string) error {
|
||||
command.RegisterHTTPHandlers(r, commandEndpoints, options...)
|
||||
|
||||
depsvc := depapi.New(dc, sm.PubClient)
|
||||
depsvc.Run()
|
||||
depEndpoints := depapi.MakeServerEndpoints(depsvc, basicAuthEndpointMiddleware)
|
||||
depapi.RegisterHTTPHandlers(r, depEndpoints, options...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user