This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user