updated getJobLog api

Former-commit-id: 23ffca2a8dce387c765515b27628b7116f84ef51
This commit is contained in:
tzwang 2024-04-26 10:38:49 +08:00
parent 10c719fc01
commit f0a707689c
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
},
{
Method: http.MethodGet,
Path: "/schedule/ai/getJobLog/:adapterId/:taskId/:instanceNum",
Path: "/schedule/ai/getJobLog/:adapterId/:clusterId/:taskId/:instanceNum",
Handler: schedule.ScheduleGetAiJobLogLogHandler(serverCtx),
},
{