docs(dir): 📄🔥 rm db reference in changes endpoints

This commit is contained in:
Collin M. Barrett 2021-11-27 17:14:58 -06:00
parent 4a2e07857c
commit 4bd723486f

View file

@ -17,7 +17,7 @@ public ChangesController(IMemoryCache cache, IMediator mediator) : base(cache)
}
/// <summary>
/// ALPHA: Gets the changes to the FilterLists database pending approval.
/// ALPHA: Gets the changes to the FilterLists pending approval.
/// </summary>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>The changes.</returns>
@ -29,7 +29,7 @@ public Task<IActionResult> Get(CancellationToken cancellationToken)
}
/// <summary>
/// ALPHA: Gets the change to the FilterLists database.
/// ALPHA: Gets the change to the FilterLists.
/// </summary>
/// <param name="id">The identifier of the change.</param>
/// <param name="cancellationToken">The cancellation token.</param>