From c1242c78ac7e4fc8010eb82f962541c737a9b36b Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Fri, 20 Dec 2024 20:03:01 +0300 Subject: [PATCH] fix: script endpoint --- watchTV.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchTV.sh b/watchTV.sh index c6fd04f..64526d2 100755 --- a/watchTV.sh +++ b/watchTV.sh @@ -17,5 +17,5 @@ if [ "$latest_release" != "$version" ]; then curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendMessage" \ -d chat_id="$CHAT_ID" \ -d text="🚀 New Release Detected: $latest_release on $REPO_OWNER/$REPO_NAME" - curl -X POST "http://alaskar-api:8080/alaskartv" + curl -X POST "http://alaskar-api:8080/api/alaskartv" fi