6 lines
168 B
Bash
Executable File
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" |