Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Oct 4, 2024
1 parent a0fba63 commit 767fea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Juro.WebApi.Controllers;

[ApiController]
[Route("api/[controller]")]
public class ProivdersController : ControllerBase
public class ProvidersController : ControllerBase
{
[HttpGet]
public IEnumerable<Provider> Get(ProviderType type) =>
Expand Down
2 changes: 1 addition & 1 deletion Juro/Clients/MangaApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class MangaApiClient(string baseUrl, IHttpClientFactory httpClientFactory

public string BaseUrl { get; set; } = baseUrl;

public string ProviderKey { get; set; } = "MangaPill";
public string ProviderKey { get; set; } = "Manga";

/// <summary>
/// Initializes an instance of <see cref="MangaApiClient"/>.
Expand Down

0 comments on commit 767fea9

Please sign in to comment.