Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update backoffice/workflows/api/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Harris Tzovanakis <[email protected]>
  • Loading branch information
DonHaul and drjova authored Jun 20, 2024
1 parent 8a0cf27 commit 3a69253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backoffice/workflows/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create(self, request, *args, **kwargs):
return Response({"error": str(e)}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)


class AuthorWorkflowSubmissionViewSet(viewsets.ViewSet):
class AuthorWorkflowViewSet(viewsets.ViewSet):
@action(detail=False, methods=["post"])
def submit(self, request):
# create workflow entry
Expand Down

0 comments on commit 3a69253

Please sign in to comment.