We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaddd54 commit 1e50c8fCopy full SHA for 1e50c8f
src/WeatherCalendar/Services/HolidayFileService.cs
@@ -29,7 +29,7 @@ public Holiday[] Load(string file)
29
List<Holiday> apiHolidays;
30
try
31
{
32
- var client = new RestClient("http://yjammak.site",
+ var client = new RestClient("http://yjammak.net",
33
configureSerialization: cfg => cfg.UseNewtonsoftJson());
34
var request = new RestRequest("api/weatherCalender/holidays");
35
apiHolidays = client.Get<List<Holiday>>(request);
0 commit comments