Skip to content

Commit

Permalink
Change API endpoint for Trakteer & Saweria
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanzers authored Sep 1, 2024
1 parent c687055 commit 44b0c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/ZiziBot.Contracts/Constants/UrlConst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public static class UrlConst
public const string BOT_API_SPEC =
"https://raw.githubusercontent.com/PaulSonOfLars/telegram-bot-api-spec/main/api.min.json";

public const string API_TRAKTEER_PARSER = "https://api.winten.my.id/trakteer.php";
public const string API_SAWERIA_PARSER = "https://api.winten.my.id/saweria.php";
public const string API_TRAKTEER_PARSER = "https://api.wintin.eu.org/trakteer.php";
public const string API_SAWERIA_PARSER = "https://api.wintin.eu.org/saweria.php";

public const string DOC_MIRROR_VERIFY_DONATION = "https://docs.mirror.winten.my.id/verifikasi-donasi";

Expand All @@ -27,4 +27,4 @@ public static class UrlConst
public const string API_SUBDL_BASE = "https://api.subdl.com";

public const string HANGFIRE_URL_PATH = "/admin/hangfire";
}
}

0 comments on commit 44b0c26

Please sign in to comment.