Skip to content

Commit

Permalink
change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Dec 20, 2024
1 parent 301114f commit 153a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ pub fn build_webapp(
post(start_network_device_setup),
)
.route(
"/device/network/:device_id/start_cli",
"/device/network/start_cli/:device_id",
post(start_network_device_setup_for_device),
)
.route("/network", post(create_network))
Expand Down

0 comments on commit 153a82a

Please sign in to comment.