add mapping for ManuallyPostData method (housekeeping)
correct 20 minute swipe event blocker and change to 3 min.
This commit is contained in:
parent
0591407567
commit
caa7408465
@ -49,6 +49,8 @@ namespace WindowsDataCenter
|
||||
/// </summary>
|
||||
/// <param name="log"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
[Route("manual")]
|
||||
public IHttpActionResult ManuallyPostData([FromBody] ManualLog log)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user