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