diff --git a/ReportingServices.API/Controllers/FabTimeController.cs b/ReportingServices.API/Controllers/FabTimeController.cs index 310cee8..a85d0c5 100644 --- a/ReportingServices.API/Controllers/FabTimeController.cs +++ b/ReportingServices.API/Controllers/FabTimeController.cs @@ -42,5 +42,11 @@ namespace ReportingServices.API.Controllers { return await _fabTimeReportingRepository.GetToolStateData(toolType); } + + [HttpGet("Testing")] + public string Testing() + { + return "This Works!"; + } } } diff --git a/ReportingServices.UI/Views/Shared/_Layout.cshtml b/ReportingServices.UI/Views/Shared/_Layout.cshtml index bd3299a..364806f 100644 --- a/ReportingServices.UI/Views/Shared/_Layout.cshtml +++ b/ReportingServices.UI/Views/Shared/_Layout.cshtml @@ -6,7 +6,6 @@