mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 05:45:41 +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:
@@ -17,7 +17,7 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/micromdm/micromdm/pkg/crypto"
|
||||
"github.com/micromdm/micromdm/platform/apiserver/list"
|
||||
"github.com/micromdm/micromdm/platform/api/server/list"
|
||||
)
|
||||
|
||||
type getCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user