Added macros API

WIP Job backend
This commit is contained in:
Lucio Maranta
2018-09-20 13:03:02 +02:00
parent 704eac61d0
commit 13a143957f
30 changed files with 324 additions and 17 deletions
@@ -291,6 +291,12 @@ namespace Step.Controllers.WebApi
}
}
[Route("macros")]
public IHttpActionResult GetMacros()
{
return Ok(MacrosConfig);
}
public class MoveItems
{
public int ObjectId;