allow the lowely head request
This commit is contained in:
@@ -12,6 +12,7 @@ namespace alexa.dev.excuses.Controllers
|
||||
{
|
||||
[Route("")]
|
||||
[HttpGet]
|
||||
[HttpHead]
|
||||
public IHttpActionResult root()
|
||||
{
|
||||
return this.Ok("Yo");
|
||||
|
||||
Reference in New Issue
Block a user