feat(ExceptionHandlingMiddleware): Add to handle exceptions by middleware
This commit is contained in:
@@ -13,7 +13,7 @@ namespace WorkFlow.API.Controllers;
|
||||
public class PlaceholderAuthController : ControllerBase
|
||||
{
|
||||
[HttpPost]
|
||||
public IActionResult CreateTokenViaBody([FromBody] Login login)
|
||||
public IActionResult CreateToken([FromBody] Login login)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user