Forgot https
This commit is contained in:
+3
-3
@@ -29,10 +29,10 @@ curl -X POST "https://smartwave.matthiasg.dev/alert" \
|
||||
## Jobs
|
||||
|
||||
### Trigger Server CVE Audit
|
||||
`curl http://smartwave.matthiasg.dev/debug/run-job/server_cve_audit_job`
|
||||
`curl https://smartwave.matthiasg.dev/debug/run-job/server_cve_audit_job`
|
||||
|
||||
### Trigger Client IP Audit
|
||||
`curl http://smartwave.matthiasg.dev/debug/run-job/client_ip_audit_job`
|
||||
`curl https://smartwave.matthiasg.dev/debug/run-job/client_ip_audit_job`
|
||||
|
||||
### Trigger Telemetry Request
|
||||
`curl http://smartwave.matthiasg.dev/debug/run-job/request_telemetry_job`
|
||||
`curl https://smartwave.matthiasg.dev/debug/run-job/request_telemetry_job`
|
||||
Reference in New Issue
Block a user