Skip to content

Commit

Permalink
Remove authentication for exports/
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Oct 13, 2023
1 parent b253ee6 commit d492a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/fyle/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ class ExportView(generics.CreateAPIView):
"""
Export View
"""
authentication_classes = []
permission_classes = []

def post(self, request, *args, **kwargs):
async_import_and_export_expenses(request.data)

Expand Down

0 comments on commit d492a1a

Please sign in to comment.