.
This commit is contained in:
@@ -12,8 +12,10 @@ namespace PartSource.Api.Controllers
|
||||
[Route("[controller]")]
|
||||
public class ErrorController : ControllerBase
|
||||
{
|
||||
[HttpGet]
|
||||
[Route("")]
|
||||
[AllowAnonymous]
|
||||
|
||||
public ActionResult Get()
|
||||
{
|
||||
IExceptionHandlerPathFeature exceptionFeature = HttpContext.Features.Get<IExceptionHandlerPathFeature>();
|
||||
|
||||
Reference in New Issue
Block a user