improve responses

This commit is contained in:
2025-04-15 14:44:37 +01:00
parent 9b36592fce
commit b21a4c0029
4 changed files with 17 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
from .handlers import (method_not_allowed, unsupported_media_type,
not_found, bad_request, success, created, updated)