Commit 210b1552972095d0ae6d136c1d9a5645c8e94296
1 parent
234d14a0
removed hi function
Showing
1 changed file
with
5 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.API/Controllers/LabExerciseController.cs
... | ... | @@ -217,11 +217,11 @@ namespace AIAHTML5.API.Controllers |
217 | 217 | |
218 | 218 | |
219 | 219 | |
220 | - [HttpPost] | |
221 | - public HttpResponseMessage Hi(int userId) | |
222 | - { | |
223 | - return Request.CreateResponse(HttpStatusCode.OK, userId.ToString()); | |
224 | - } | |
220 | + //[HttpPost] | |
221 | + //public HttpResponseMessage Hi(int userId) | |
222 | + //{ | |
223 | + // return Request.CreateResponse(HttpStatusCode.OK, userId.ToString()); | |
224 | + //} | |
225 | 225 | [Route("GetUserProfile/{userId}")] |
226 | 226 | [HttpGet] |
227 | 227 | public IHttpActionResult GetUserProfile(int userId) | ... | ... |