Skip to content

Commit

Permalink
Do not cache reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Jan 18, 2021
1 parent 28318e0 commit 71e663a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public ReviewerController(IMapper mapper, Core.AppContext appContext, IOrganizat
/// Return all reviewers.
/// </summary>
/// <remarks>Cache response for 1 hour.</remarks>
[HttpGet("reviewer"), ResponseCache(Duration = 60 * 60)]
[HttpGet("reviewer")]
public async Task<IActionResult> GetAllAsync([FromQuery] PaginationDto pagination)
{
// Act.
Expand Down

0 comments on commit 71e663a

Please sign in to comment.