From 5071a42b3cf38a20056cf5948c6a27d0501ab608 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 Apr 2021 03:00:27 +0100 Subject: [PATCH] api: Rename api_raise to api_setz (for that is what it is) Signed-off-by: Ian Jackson --- daemon/api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/api.rs b/daemon/api.rs index 7a066157..dc0b236c 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -436,7 +436,7 @@ api_route!{ } api_route!{ - api_raise, "/_/api/setz", + api_setz, "/_/api/setz", struct ApiPieceSetZ { z: ZCoord, } @@ -607,7 +607,7 @@ pub fn mount(rocket_instance: Rocket) -> Rocket { rocket_instance.mount("/", routes![ api_grab, api_ungrab, - api_raise, + api_setz, api_move, api_rotate, api_wrest, -- 2.30.2