Skip to content

Commit

Permalink
all sayulita needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hernandez committed Jan 11, 2021
1 parent e5e4859 commit b06e9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions agave/blueprints/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def query():
next_page = <url_for_next_items>
}
"""
if hasattr(cls, 'query'):
return cls.query() # pragma: no cover
params = self.current_request.query_params or dict()
try:
query_params = cls.query_validator(**params)
Expand Down
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7.dev0'
__version__ = '0.0.7.dev4'

0 comments on commit b06e9df

Please sign in to comment.