diff --git a/Controllers/UserController.cs b/Controllers/UserController.cs index 3fc184c..070b7cb 100644 --- a/Controllers/UserController.cs +++ b/Controllers/UserController.cs @@ -22,7 +22,7 @@ namespace boilerplate.Controllers SmsManagment Sms = new SmsManagment(); readonly Functions functions = new Functions(); - + //test [Route("api/User/Manage")] [HttpPost] public async Task Manage()