fix(ocr): correct trainSenderModel URI from /train to /train-sender
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -173,7 +173,7 @@ public class RestClientOcrClient implements OcrClient, OcrHealthClient {
|
||||
|
||||
TrainingResultJson result = addTrainingAuth(
|
||||
trainingRestClient.post()
|
||||
.uri("/train")
|
||||
.uri("/train-sender")
|
||||
.contentType(MediaType.MULTIPART_FORM_DATA))
|
||||
.body(body)
|
||||
.retrieve()
|
||||
|
||||
Reference in New Issue
Block a user