Lyyyi il y a 17 heures
Parent
commit
25bf844795

+ 1 - 1
OASystem/OASystem.Api/Controllers/MarketCustomerResourcesController.cs

@@ -1287,7 +1287,7 @@ namespace OASystem.API.Controllers
             return Ok(jw);
         }
 
-        [HttpGet("UserId")]
+        [HttpGet("{userId}")]
         public async Task<IActionResult> SearchClientByUserId(int userId)
         {
             var sw = Stopwatch.StartNew();