From 1cbde6322915a3279992045812b67bbdb1f1d065 Mon Sep 17 00:00:00 2001 From: lianpi3 Date: Thu, 24 Jul 2025 12:32:40 +0330 Subject: [PATCH] test --- Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()