Skip to content

Commit

Permalink
feat: OR-1349 add projections status endpoint and rebuild endpoints w…
Browse files Browse the repository at this point in the history
…hich remain undocumented in swagger
  • Loading branch information
Jan Lesage authored and janlesage committed Dec 14, 2023
1 parent 498814e commit 3b9e073
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[ApiVersion("1.0")]
[AdvertiseApiVersions("1.0")]
[ApiRoute("projections")]
[ApiExplorerSettings(IgnoreApi = true)]
public class ProjectionHostController : ApiController
{
private readonly AdminProjectionHostHttpClient _adminHttpClient;
Expand Down

0 comments on commit 3b9e073

Please sign in to comment.