fix controller

This commit is contained in:
Kukks 2020-04-21 17:09:17 +02:00
parent 22e39998e2
commit a6a56e4791

View File

@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Mvc;
namespace BTCPayServer.Controllers.GreenField
{
[ApiController]
[Controller]
public class HealthController : ControllerBase
{
[AllowAnonymous]