1 2 3 4
#![allow(dead_code)] // This code is used in the tests #[utoipa::path(post, path = "/route3")] pub fn route3() {}