From 210b1552972095d0ae6d136c1d9a5645c8e94296 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Sep 2018 13:52:13 +0530 Subject: [PATCH] removed hi function --- 400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs b/400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs index 77fa802..3541146 100644 --- a/400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs +++ b/400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs @@ -217,11 +217,11 @@ namespace AIAHTML5.API.Controllers - [HttpPost] - public HttpResponseMessage Hi(int userId) - { - return Request.CreateResponse(HttpStatusCode.OK, userId.ToString()); - } + //[HttpPost] + //public HttpResponseMessage Hi(int userId) + //{ + // return Request.CreateResponse(HttpStatusCode.OK, userId.ToString()); + //} [Route("GetUserProfile/{userId}")] [HttpGet] public IHttpActionResult GetUserProfile(int userId) -- libgit2 0.21.4