From 4b449e8e24b3b0fe5c53313be79f271f15ed880f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=93=E5=A4=A7=E5=B8=88?= <156663459@qq.com>
Date: Mon, 28 Jun 2021 22:27:12 +0800
Subject: [PATCH] --Health--
---
New_College.Api/Controllers/HealthCheckController.cs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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