mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-08 18:55:34 +08:00
add ngrok developemnt and curl request helpers (#392)
This commit is contained in:
5
tools/api/send_push_notification
Executable file
5
tools/api/send_push_notification
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $MICROMDM_ENV_PATH
|
||||
endpoint="push"
|
||||
curl -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"
|
||||
Reference in New Issue
Block a user