Skip to content

Commit

Permalink
fix: 批量写入执行日志 API url 错误,导致发布过程中执行异常 TencentBlueKing#2800
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Mar 8, 2024
1 parent 79d9961 commit 32d3d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public interface ServiceLogResource {
* @param request 保存日志请求
*/
@ApiOperation("批量保存执行日志")
@PostMapping("/batch")
@PostMapping("/service/log/batch")
InternalResponse<?> saveLogs(
@ApiParam("批量保存日志请求报文")
@RequestBody ServiceBatchSaveLogRequest request
Expand Down

0 comments on commit 32d3d04

Please sign in to comment.