Merge branch 'master' into develop
This commit is contained in:
@@ -76,6 +76,18 @@ namespace GWMS.UI.Controllers
|
||||
return $"N.A. | {id} | {taskName} | {taskVal}";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Controllo status Alive
|
||||
///
|
||||
/// GET: IOB/alive
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("alive")]
|
||||
public string alive()
|
||||
{
|
||||
return $"OK";
|
||||
}
|
||||
|
||||
// DELETE api/IOB/5
|
||||
[HttpDelete("{id}")]
|
||||
public void Delete(int id)
|
||||
|
||||
Reference in New Issue
Block a user