Skip to content

Commit 1e50c8f

Browse files
committed
节假日接口采用新域名
1 parent aaddd54 commit 1e50c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WeatherCalendar/Services/HolidayFileService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Holiday[] Load(string file)
2929
List<Holiday> apiHolidays;
3030
try
3131
{
32-
var client = new RestClient("http://yjammak.site",
32+
var client = new RestClient("http://yjammak.net",
3333
configureSerialization: cfg => cfg.UseNewtonsoftJson());
3434
var request = new RestRequest("api/weatherCalender/holidays");
3535
apiHolidays = client.Get<List<Holiday>>(request);

0 commit comments

Comments
 (0)