Skip to content
  • Sofia Papagiannaki's avatar
    pithos: Change error handling in views · ebd69792
    Sofia Papagiannaki authored
    The view_method decorator used to check the response status:
    in case of unexpected response used to return
    Internal Server Error (500).
    This commit changes this behavior and
    the view_method decorator returns whatever the api_method decorator
    (whose execution preceeds) returns.
    ebd69792