polling demo
This commit is contained in:
@ -14,6 +14,10 @@ public class ApiController : ControllerBase
|
||||
this.noteService = noteService;
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Route("get")]
|
||||
public string Get() => noteService.Get();
|
||||
|
||||
[HttpPost]
|
||||
[Route("save")]
|
||||
public async Task<bool> Save()
|
||||
|
Reference in New Issue
Block a user