diff --git a/Sloth.Web/Controllers/TestController.cs b/Sloth.Web/Controllers/TestController.cs index 9feab134..2628f7f3 100644 --- a/Sloth.Web/Controllers/TestController.cs +++ b/Sloth.Web/Controllers/TestController.cs @@ -68,7 +68,7 @@ await _notificationService.Notify( Message = "Test email sent"; return RedirectToAction("Index", "Home"); } - + //Rebuild comment public async Task TestAE() { var rtValue = await _aggieEnterpriseService.PingAggieEnterprise();