Forgot https

This commit is contained in:
2026-08-23 10:00:20 +02:00
parent d6951cbbcf
commit 0b1971ed0b
+3 -3
View File
@@ -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`