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