Skip to content

Commit 87306a8

Browse files
committed
change worklow_definitions/{id}/activate endpoint to worklow_definitions/{id}/deploy
1 parent 5a2621b commit 87306a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SchedulerApp(ExtensionApp):
6161
WorkflowDefinitionsHandler,
6262
),
6363
(
64-
rf"scheduler/worklow_definitions/{WORKFLOW_DEFINITION_ID_REGEX}/activate",
64+
rf"scheduler/worklow_definitions/{WORKFLOW_DEFINITION_ID_REGEX}/deploy",
6565
WorkflowDefinitionsActivationHandler,
6666
),
6767
(

0 commit comments

Comments
 (0)