Files
smalltown/run_review.sh
2026-03-24 22:54:24 +08:00

6 lines
168 B
Bash
Executable File

#!/bin/bash
CRON_SECRET="smalltown_review_secret_2024"
API_URL="http://localhost:3000/api/cron/review"
curl -X POST -H "Authorization: Bearer $CRON_SECRET" "$API_URL"