allow the lowely head request

This commit is contained in:
Tommy Parnell
2016-12-02 19:32:52 -05:00
parent d449a567bb
commit 85dbe09771

View File

@@ -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");