Created
August 28, 2019 22:54
-
-
Save explorer14/4f7f0dc07dd9e53f20fa34fbe8fb242c to your computer and use it in GitHub Desktop.
Revisions
-
explorer14 created this gist
Aug 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ [HttpPost("api/workflow/invoke")] public IActionResult Invoke() { Task.Run(async ()=> await useCase.StartBackgroundWork()); return Accepted(); }