From 4bd723486f9ae3798dee8f98c14a4dda4807c934 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 27 Nov 2021 17:14:58 -0600 Subject: [PATCH] =?UTF-8?q?docs(dir):=20=F0=9F=93=84=F0=9F=94=A5=20rm=20db?= =?UTF-8?q?=20reference=20in=20changes=20endpoints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/ChangesController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs b/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs index 919fb314a..dfc7c8548 100644 --- a/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs +++ b/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs @@ -17,7 +17,7 @@ public ChangesController(IMemoryCache cache, IMediator mediator) : base(cache) } /// - /// ALPHA: Gets the changes to the FilterLists database pending approval. + /// ALPHA: Gets the changes to the FilterLists pending approval. /// /// The cancellation token. /// The changes. @@ -29,7 +29,7 @@ public Task Get(CancellationToken cancellationToken) } /// - /// ALPHA: Gets the change to the FilterLists database. + /// ALPHA: Gets the change to the FilterLists. /// /// The identifier of the change. /// The cancellation token.