summaryrefslogtreecommitdiff
path: root/makima/src/server/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/server/mod.rs')
-rw-r--r--makima/src/server/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/src/server/mod.rs b/makima/src/server/mod.rs
index c8242ae..0cad050 100644
--- a/makima/src/server/mod.rs
+++ b/makima/src/server/mod.rs
@@ -184,6 +184,7 @@ pub fn make_router(state: SharedState) -> Router {
.route("/directives/{id}/start", post(directives::start_directive))
.route("/directives/{id}/chains", get(directives::list_chains))
.route("/directives/{id}/chains/{chain_id}", get(directives::get_chain))
+ .route("/directives/{id}/submit-plan", post(directives::submit_plan))
.route("/directives/{id}/steps/{step_id}/evaluate", post(directives::evaluate_step))
.route("/directives/{id}/steps/{step_id}/evaluations", get(directives::list_evaluations))
// Contract supervisor resume endpoints