Skip to content

Commit

Permalink
Commented code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrasekharan-zipstack committed Jan 21, 2025
1 parent cb91229 commit ada46c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/workflow_manager/workflow_v2/urls/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
workflow_execute = WorkflowViewSet.as_view({"post": "execute", "put": "activate"})
execution_entity = WorkflowExecutionViewSet.as_view({"get": "retrieve"})
execution_list = WorkflowExecutionViewSet.as_view({"get": "list"})
# execution_log_list = WorkflowExecutionLogViewSet.as_view({"get": "list"})
workflow_clear_cache = WorkflowViewSet.as_view({"get": "clear_cache"})
workflow_clear_file_marker = WorkflowViewSet.as_view({"get": "clear_file_marker"})
workflow_schema = WorkflowViewSet.as_view({"get": "get_schema"})
Expand Down Expand Up @@ -62,11 +61,6 @@
execution_entity,
name="workflow-detail",
),
# path(
# "execution/<uuid:pk>/logs/",
# execution_log_list,
# name="execution-log",
# ),
path(
"schema/",
workflow_schema,
Expand Down

0 comments on commit ada46c3

Please sign in to comment.