Skip to content

Commit

Permalink
Merge pull request #123 from Archomeda/fix/raids-404
Browse files Browse the repository at this point in the history
Fix /v2/raids endpoint 404
  • Loading branch information
Archomeda authored Jul 14, 2022
2 parents f8338e0 + 4810c4a commit 41a451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gw2Sharp/WebApi/V2/Clients/Raids/RaidsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Gw2Sharp.WebApi.V2.Clients
/// <summary>
/// A client of the Guild Wars 2 API v2 raid endpoint.
/// </summary>
[EndpointPath("raid")]
[EndpointPath("raids")]
public class RaidsClient : BaseEndpointBulkAllClient<Raid, string>, IRaidsClient
{
/// <summary>
Expand Down

0 comments on commit 41a451f

Please sign in to comment.