refactor: remove migration route and logic after successful migration

This commit is contained in:
2026-04-09 09:11:38 +07:00
parent fce23b3c59
commit 923ad7a40e
4 changed files with 0 additions and 50 deletions

View File

@@ -33,7 +33,6 @@ Cloudflare Workers with two entry points exported from `src/index.js`:
| GET | `/` | inline | Health check |
| POST | `/webhook/telegram` | `bot-commands.js` | grammY `webhookCallback("cloudflare-mod")` |
| POST | `/webhook/status/:secret` | `statuspage-webhook.js` | Receives Statuspage webhooks (URL secret) |
| POST | `/migrate/:secret` | inline | One-time KV migration (remove after use) |
### Data Flow