From 0062dc1f4cc794e842addee823881135b423bcac Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:16:27 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/handlers/message-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/handlers/message-handler.ts b/src/routes/handlers/message-handler.ts index d139273..16f3f1f 100644 --- a/src/routes/handlers/message-handler.ts +++ b/src/routes/handlers/message-handler.ts @@ -117,7 +117,7 @@ export async function handleMessage( // /start 명령어는 미니앱 버튼과 함께 전송 if (command === '/start') { - const hostingUrl = env.HOSTING_SITE_URL || 'https://hosting.anvil.it.com'; + const hostingUrl = env.HOSTING_SITE_URL || 'https://hosting.inouter.com'; await sendMessageWithKeyboard(env.BOT_TOKEN, chatId, responseText, [ [{ text: '🌐 서비스 보기', web_app: { url: hostingUrl } }], [{ text: '💬 문의하기', url: 'https://t.me/AnvilForgeBot' }],