added database connection

This commit is contained in:
Hosein
2025-12-26 11:17:52 +03:30
parent b4c3ad40dc
commit b16ed91822
7 changed files with 140 additions and 34 deletions
+5
View File
@@ -0,0 +1,5 @@
# Set the webhook
curl -X POST "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/setWebhook?url=https://your-app.vercel.app/api/telegram_webhook"
# Verify it's set
curl "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getWebhookInfo"