Skip to content

Commit

Permalink
Merge pull request #42 from odin-detector/proxy-update
Browse files Browse the repository at this point in the history
Updated proxy adapter get method to remove request_type decorator.
  • Loading branch information
ajgdls authored Mar 2, 2020
2 parents 185cd4e + 2b74bc3 commit 833d018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/odin/adapters/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def __init__(self, **kwargs):
self.param_tree = ParameterTree(tree)
self.meta_param_tree = ParameterTree(meta_tree)

@request_types('application/json')
@response_types('application/json', default='application/json')
def get(self, path, request):
"""
Expand Down

0 comments on commit 833d018

Please sign in to comment.