This commit is contained in:
@@ -22,4 +22,7 @@ def Extract(handler):
|
||||
)
|
||||
|
||||
return response
|
||||
wrapper.__name__ = handler.__name__
|
||||
wrapper.__dict__.update(handler.__dict__)
|
||||
wrapper.__doc__ = handler.__doc__
|
||||
return wrapper
|
||||
|
||||
Reference in New Issue
Block a user