From 26945310763951d976cce563ebcbfa101514a47c Mon Sep 17 00:00:00 2001 From: kappa Date: Wed, 14 Jan 2026 14:03:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=AF=B8=EB=8B=88=EC=95=B1=20URL?= =?UTF-8?q?=EC=9D=84=20=EC=BB=A4=EC=8A=A4=ED=85=80=20=EB=8F=84=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - anvil-hosting.pages.dev → hosting.anvil.it.com Co-Authored-By: Claude Opus 4.5 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c38e626..6cfcb3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;