mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-09 02:55:59 +08:00
add kit service for workflows
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
|
||||
var (
|
||||
// ErrEmptyRequest is returned if the request body is empty
|
||||
ErrEmptyRequest = errors.New("Request must contain UDID of the device")
|
||||
ErrEmptyRequest = errors.New("request must contain UDID of the device")
|
||||
errBadRouting = errors.New("inconsistent mapping between route and handler (programmer error)")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user