This commit is contained in:
2020-06-18 17:40:41 +00:00
parent d218c6cd3c
commit 04d5fd47b7
3 changed files with 27 additions and 27 deletions

View File

@@ -156,11 +156,6 @@ throw new System.Exception("UNCOMMENT THIS FOR PRODUCTION");
}
}
[HttpGet]
public ActionResult GetTest()
{
return Ok("hi");
}
[HttpGet("list/{siteId}")]
public async Task<IActionResult> GetList([FromRoute] long siteId)