mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Reverting changes that were made here: https://github.com/fleetdm/fleet/pull/31582
This commit is contained in:
parent
f18add7926
commit
9560a96d36
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -1057,5 +1057,5 @@ module.exports.routes = {
|
|||
// https://developer.apple.com/documentation/devicemanagement/implementing-the-simple-authentication-user-enrollment-flow#Send-the-well-known-request
|
||||
//
|
||||
// TODO(BMAA): Uncomment this when we are ready to dogfood the Apple account-driven enrollment flow.
|
||||
'GET /.well-known/com.apple.remotemanagement': (req, res)=>{ return res.json({'Servers':[{'Version':'mdm-byod', 'BaseURL':'https://andrey.ngrok.app/api/mdm/apple/account_driven_enroll'}]});},
|
||||
// 'GET /.well-known/com.apple.remotemanagement': (req, res)=>{ return res.json({'Servers':[{'Version':'mdm-byod', 'BaseURL':'https://dogfood.fleetdm.com/api/mdm/apple/account_driven_enroll'}]});},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue