mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(dir): 📄🔥 rm db reference in changes endpoints
This commit is contained in:
parent
4a2e07857c
commit
4bd723486f
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue