Skip to content

Commit

Permalink
merge: #3778
Browse files Browse the repository at this point in the history
3778: Restore connection sdf endpoint, comment out attach endpoint r=jobelenus a=jobelenus



Co-authored-by: John Obelenus <jobelenus@systeminit.com>
  • Loading branch information
si-bors-ng[bot] and jobelenus committed May 14, 2024
2 parents a01d4bd + 213bfc6 commit 0bdce21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/sdf-server/src/server/service/diagram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ pub fn routes() -> Router<AppState> {
"/remove_delete_intent",
post(remove_delete_intent::remove_delete_intent),
)
.route(
/*.route(
"/connect_component_to_frame",
post(connect_component_to_frame::connect_component_to_frame),
)
/*.route(
)*/
.route(
"/create_connection",
post(create_connection::create_connection),
)*/
)
.route(
"/create_component",
post(create_component::create_component),
Expand Down

0 comments on commit 0bdce21

Please sign in to comment.