diff --git a/halfapi/lib/responses.py b/halfapi/lib/responses.py index 9517baa..6f173ef 100644 --- a/halfapi/lib/responses.py +++ b/halfapi/lib/responses.py @@ -8,9 +8,11 @@ from starlette.responses import PlainTextResponse, Response, JSONResponse __all__ = [ + 'HJSONResponse', 'InternalServerErrorResponse', 'NotFoundResponse', 'NotImplementedResponse', + 'ORJSONResponse', 'PlainTextResponse', 'UnauthorizedResponse']