Added testing endpoing to API
This commit is contained in:
@ -42,5 +42,11 @@ namespace ReportingServices.API.Controllers
|
||||
{
|
||||
return await _fabTimeReportingRepository.GetToolStateData(toolType);
|
||||
}
|
||||
|
||||
[HttpGet("Testing")]
|
||||
public string Testing()
|
||||
{
|
||||
return "This Works!";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user