This commit is contained in:
SamSys
2025-12-14 17:11:08 +03:30
parent cccccf084e
commit 74597c0ad5
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public class SalaryPaymentSettingsController : ProgramManagerBaseController
}
[HttpPost("GetAverageWeeklyDuration")]
public async Task<ActionResult<OperationResult<GetAverageWeeklyDurationResponse>>> GetAverageWeeklyDuration(GetAverageWeeklyDurationQuery command)
public async Task<ActionResult<OperationResult<GetAverageWeeklyDurationResponse>>> GetAverageWeeklyDuration([FromBody] GetAverageWeeklyDurationQuery command)
{
var res = await _mediator.Send(command);

View File

@@ -19,7 +19,7 @@
"sqlDebugging": true,
"dotnetRunMessages": "true",
"nativeDebugging": true,
"applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.117:5006",
"applicationUrl": "https://localhost:5004;http://localhost:5003;",
"jsWebView2Debugging": false,
"hotReloadEnabled": true
},