chore: 미니앱 URL을 커스텀 도메인으로 변경

- anvil-hosting.pages.dev → hosting.anvil.it.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-14 14:03:11 +09:00
parent 72b0ae0133
commit 2694531076

View File

@@ -80,7 +80,7 @@ async function handleMessage(
// /start 명령어는 미니앱 버튼과 함께 전송
if (command === '/start') {
await sendMessageWithKeyboard(env.BOT_TOKEN, chatId, responseText, [
[{ text: '🌐 서비스 보기', web_app: { url: 'https://anvil-hosting.pages.dev' } }],
[{ text: '🌐 서비스 보기', web_app: { url: 'https://hosting.anvil.it.com' } }],
[{ text: '💬 문의하기', url: 'https://t.me/AnvilForgeBot' }],
]);
return;