Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Feature/nolivestream #191

Merged
merged 13 commits into from
Nov 23, 2020
2 changes: 1 addition & 1 deletion Swabbr.Api/Controllers/HealthCheckController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class HealthCheckController
/// <summary>
/// Constructor for dependency injection.
/// </summary>
/// <param name="healthCheckService"><see cref="IHashDistributionService"/></param>
/// <param name="healthCheckService"><see cref="IUserSelectionService"/></param>
/// <param name="loggerFactory"><see cref="ILoggerFactory"/></param>
public HealthCheckController(IHealthCheckService healthCheckService,
ILoggerFactory loggerFactory)
Expand Down
200 changes: 0 additions & 200 deletions Swabbr.Api/Controllers/LivestreamsController.cs

This file was deleted.

Loading