chore(api): change error code for `NotFoundError`.

pull/20699/head
QuantumGhost 11 months ago
parent 40d6e0a90b
commit b63f90c92f

@ -142,7 +142,7 @@ class InvokeRateLimitError(BaseHTTPException):
class NotFoundError(BaseHTTPException): class NotFoundError(BaseHTTPException):
error_code = "unknown" error_code = "not_found"
code = 404 code = 404

Loading…
Cancel
Save