pancake-frontend
pancake-frontend copied to clipboard
chore: Remove prod trigger for routing cron
PR-Codex overview
This PR focuses on modifying the configuration for the routing
API by removing a cron job trigger in the wrangler.toml
file.
Detailed summary
- Removed the cron job trigger line:
crons = ["*/30 * * * *"]
from the[env.production.triggers]
section in theapis/routing/wrangler.toml
file.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}