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' }],