Skip to content

Commit

Permalink
Disable cache for application submission exports
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Feb 2, 2025
1 parent f66972f commit 3342d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/clubs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6935,7 +6935,6 @@ def list(self, *args, **kwargs):

return Response(data)

@method_decorator(cache_page(60 * 60 * 2))
@action(detail=False, methods=["get"])
def export(self, *args, **kwargs):
"""
Expand Down

0 comments on commit 3342d76

Please sign in to comment.