mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The 2.0 API routes changed from /api/v1/tools/<toolId> to /api/v1/tools/<section>/<toolId>. Updated all bench script call sites to pass section-prefixed tool IDs (e.g. "image/resize" instead of "resize"), matching the authoritative toolSection() mapping.