Skip to content

Commit

Permalink
#20 forget link to the spec in the docs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Sep 26, 2023
1 parent b2f44af commit 480f5f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ public async Task<IActionResult> AddComment([FromRoute] string slug, [FromBody]
/// <summary>
/// Get all comments for a given article
/// </summary>
/// <remarks>
/// <a href="https://realworld-docs.netlify.app/docs/specs/backend-specs/endpoints/#get-comments-from-an-article">Conduit spec for Get All Comments for and Article</a>
/// </remarks>
/// <param name="slug">Article slug (required)</param>
/// <returns>Comments array</returns>
[HttpGet]
Expand Down

0 comments on commit 480f5f9

Please sign in to comment.