Fix Dev Proxy
Setup User Secrets for config
This commit is contained in:
parent
b44d822eb9
commit
fc8149dcca
7 changed files with 37 additions and 16 deletions
|
|
@ -7,6 +7,6 @@ public class StatusController(IStatusService status) : ControllerBase
|
|||
[HttpGet]
|
||||
public async Task<IActionResult> Get()
|
||||
{
|
||||
return Ok(status.Get());
|
||||
return Ok(await status.Get());
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue