diff --git a/Func.cs b/Func.cs index 75765ad..6011855 100644 --- a/Func.cs +++ b/Func.cs @@ -50,7 +50,7 @@ namespace Func { return "0"; } } else { - HttpResponseMessage response = await client.GetAsync($"https://account.spfn.net/v1/api/admin/mapped_ids?input_type=pid&output_type=user_id&input={pid}"); + HttpResponseMessage response = await client.GetAsync($"https://account.spbr.net/v1/api/admin/mapped_ids?input_type=pid&output_type=user_id&input={pid}"); if (response.IsSuccessStatusCode) { string content = await response.Content.ReadAsStringAsync(); XDocument doc = XDocument.Parse(content);