chore: upgrade backend dependencies (#1479)
* chore: upgrade backend dependencies * dev: update storage settings for self hosted version
This commit is contained in:
parent
cc0701a823
commit
6bfeb6af34
6 changed files with 19 additions and 22 deletions
|
|
@ -256,7 +256,7 @@ class IssueViewSet(BaseViewSet):
|
|||
return Response(issues, status=status.HTTP_200_OK)
|
||||
|
||||
except Exception as e:
|
||||
capture_exception(e)
|
||||
print(e)
|
||||
return Response(
|
||||
{"error": "Something went wrong please try again later"},
|
||||
status=status.HTTP_400_BAD_REQUEST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue