diff --git a/modules/ContentStore/Service/RedPandaService.cs b/modules/ContentStore/Service/RedPandaService.cs index a1b8de5..8fa4151 100644 --- a/modules/ContentStore/Service/RedPandaService.cs +++ b/modules/ContentStore/Service/RedPandaService.cs @@ -19,10 +19,10 @@ public class RedPandaService : IRandomMediaService public async Task GetRandomMediaAsync() { - var response = await _httpClient.GetStringAsync("https://some-random-api.ml/animal/red_panda"); + var response = await _httpClient.GetStringAsync("https://some-random-api.com/animal/red_panda"); var image = JsonConvert.DeserializeObject(response); return new RandomMedia(new InputFileUrl(image.Image), image.Fact); } -} \ No newline at end of file +}