dd
This commit is contained in:
parent
e9bc72ee13
commit
1732e02b48
@ -12,6 +12,7 @@ namespace YD_AllHeartRates.Api.Controllers
|
||||
/// 报告
|
||||
/// </summary>
|
||||
[ApiVersion("1.0")]
|
||||
[AllowAnonymous]
|
||||
public class HeartRateReportController : ControllerBase
|
||||
{
|
||||
private readonly IHeartRateReportService _rateReportService;
|
||||
|
@ -12,6 +12,7 @@ namespace YD_AllHeartRates.Api.Controllers
|
||||
/// 大屏
|
||||
/// </summary>
|
||||
[ApiVersion("1.0")]
|
||||
[AllowAnonymous]
|
||||
public class LargeScreenController : ControllerBase
|
||||
{
|
||||
private readonly ILargeScreenService _largeScreenService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user