chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test

This commit is contained in:
SnapOtter
2026-06-21 00:30:10 +08:00
parent 84247fd077
commit c1c66efd3f
56 changed files with 69 additions and 60 deletions
+1 -1
View File
@@ -2896,7 +2896,7 @@ describe("OCR API", () => {
// BATCH PROCESSING
// ═══════════════════════════════════════════════════════════════════════════
describe("Batch processing", () => {
describe("POST /api/v1/tools/:toolId/batch", () => {
describe("POST /api/v1/tools/:section/:toolId/batch", () => {
it("processes multiple images in a batch and returns ZIP", async () => {
const { body: payload, contentType } = createMultipartPayload([
{ name: "file", filename: "a.png", contentType: "image/png", content: PNG_1x1 },