Skip to content

Commit

Permalink
Test signature 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rquesada committed Jul 23, 2024
1 parent 79f3ef9 commit 17b7a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/AssetsView.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ async def search(self, filter: str = None, range: str = None, sort: str = None):
'Content-Range': f'assets {offset}-{offset + len(assets) - 1}/{total_count}'
}
return JSONResponse([asset.model_dump() for asset in assets], status_code=200, headers=headers)

0 comments on commit 17b7a0a

Please sign in to comment.