diff --git a/New_College.Api/Controllers/HealthCheckController.cs b/New_College.Api/Controllers/HealthCheckController.cs index cd702e8..ff704f3 100644 --- a/New_College.Api/Controllers/HealthCheckController.cs +++ b/New_College.Api/Controllers/HealthCheckController.cs @@ -31,11 +31,11 @@ namespace New_College.Controllers /// /// /// - [HttpPost] - public Task Post() - { - return t_EnrollmentPlane.Import(); - } + // [HttpPost] + // public Task Post() + //{ + // return t_EnrollmentPlane.Import(); + // } } } \ No newline at end of file