changes
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user