docs: clarify separate providers decision; fix invocations 501 stub

This commit is contained in:
“Naeel”
2026-03-11 07:24:34 +04:00
parent 408f58a9e2
commit 6dff628975
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ import "net/http"
// Пока не реализовано: SaveInvocation не вызывается нигде в коде.
// Возвращает 501 чтобы клиент знал что фича не реализована, а не просто нет данных.
func (h *Handler) ListInvocations(w http.ResponseWriter, r *http.Request) {
writeJSON(w, http.StatusNotImplemented, errResp("invocation history not implemented yet"))
writeJSON(w, http.StatusNotImplemented, errResp("invocation history not implemented yet"))
}