Use 77.cocogoat.cn

This commit is contained in:
HolographicHat
2023-01-18 02:47:20 +08:00
parent 68ff9c5a25
commit f0dbb9162b

View File

@@ -41,7 +41,7 @@ public static class Export {
var result = JsonSerializer.Serialize(ExportToUIAFApp(data));
using var request = new HttpRequestMessage {
Method = HttpMethod.Post,
RequestUri = new Uri($"https://77.cocogoat.work/v1/memo?source={App.AllAchievement}"),
RequestUri = new Uri($"https://77.cocogoat.cn/v1/memo?source={App.AllAchievement}"),
Content = new StringContent(result, Encoding.UTF8, "application/json")
};
using var response = Utils.CHttpClient.Send(request);