diff --git a/src/api2/tape/drive.rs b/src/api2/tape/drive.rs index f405208d..8e224d28 100644 --- a/src/api2/tape/drive.rs +++ b/src/api2/tape/drive.rs @@ -1207,12 +1207,12 @@ pub const SUBDIRS: SubdirMap = &sorted!([ ( "cartridge-memory", &Router::new() - .put(&API_METHOD_CARTRIDGE_MEMORY) + .get(&API_METHOD_CARTRIDGE_MEMORY) ), ( "volume-statistics", &Router::new() - .put(&API_METHOD_VOLUME_STATISTICS) + .get(&API_METHOD_VOLUME_STATISTICS) ), ( "read-label",