From 8e3510218a1797bc20f1fe7f35cdd05dfc8d9af9 Mon Sep 17 00:00:00 2001 From: Wilson Page Date: Sun, 18 Apr 2021 10:03:00 +0100 Subject: [PATCH] Update endpoint following now.sh deprecation --- now.json => vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename now.json => vercel.json (85%) diff --git a/now.json b/vercel.json similarity index 85% rename from now.json rename to vercel.json index 2ea40ca..4bb17e6 100644 --- a/now.json +++ b/vercel.json @@ -3,7 +3,7 @@ "env": { "SONGWHIP_WEB_URL": "https://songwhip.com", - "SONGWHIP_TELEGRAM_URL": "https://songwhip-telegram.now.sh", + "SONGWHIP_TELEGRAM_URL": "https://songwhip-telegram.vercel.app", "TELEGRAM_BOT_TOKEN": "@songwhip-telegram-bot-token", "SONGWHIP_TELEGRAM_USER_AGENT": "@songwhip-telegram-user-agent", "DEBUG": "songwhip*"