Skip to content

Commit

Permalink
web: routes: v1: Add rest/helper
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 11, 2024
1 parent c07b0a3 commit e71ba48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/web/routes/v1/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use tracing::*;
pub fn router() -> Router {
Router::new()
.route("/ws", get(websocket::websocket_handler))
.route("/helper", get(mavlink::helper))
.route(
"/mavlink",
get(mavlink::mavlink).post(mavlink::post_mavlink),
Expand Down

0 comments on commit e71ba48

Please sign in to comment.