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
@@ -90,7 +90,7 @@ run_batch_bench() {
output_file=$(mktemp)
local curl_args=(-s --max-time 180 -X POST "${BASE_URL}/api/v1/tools/resize")
local curl_args=(-s --max-time 180 -X POST "${BASE_URL}/api/v1/tools/image/resize")
for i in $(seq 1 "$count"); do
curl_args+=(-F "file=@${F}/test-200x150.png")