Skip to content

Commit

Permalink
Hotfix due to expired webhook URL
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Feb 11, 2025
1 parent d55afc9 commit 5d8d32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FriishProduce/_classes/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public static bool InternetTest(string URL = null, bool showDialog = true)
region == 2 ? "https://www.aparat.com/" :
region == 1 ? "http://www.baidu.com/" :
region == 0 ? "https://www.google.com" :
"https://webhook.site/e0da7cdc-fbae-4e72-8c32-0a634232823b";
"https://www.example.com/";

try
{
Expand Down

0 comments on commit 5d8d32e

Please sign in to comment.