mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-11 04:05:35 +08:00
move apiserver into api/server. (#340)
re-did the folder structure for the API. The client still lives in the server packages, but will be gradually moved into api/client to remove coupling and make the APIs clearer.
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
httptransport "github.com/go-kit/kit/transport/http"
|
||||
|
||||
"github.com/micromdm/micromdm/platform/apiserver/remove"
|
||||
"github.com/micromdm/micromdm/platform/api/server/remove"
|
||||
)
|
||||
|
||||
type removeCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user