v1.0.162: /api/classify-batch + batch_id UUID validation

This commit is contained in:
2026-06-24 08:23:40 +04:00
parent 7a96f5b95b
commit eb98790802
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -62,9 +62,9 @@ class Handler(BaseHTTPRequestHandler):
self._handle_llm_ops()
elif self.path == "/convert-doc":
self._handle_convert_doc()
elif self.path == "/classify-batch":
elif self.path == "/api/classify-batch":
self._handle_classify_batch()
elif self.path == "/apply-groups":
elif self.path == "/api/apply-groups":
self._handle_apply_groups()
else:
self.send_error(404)