add /dev/ to disk names
compile regex just once build ci in release mode
This commit is contained in:
@@ -13,6 +13,7 @@ fn get_raid_devices() -> Json<MdRaidSystem> {
|
||||
|
||||
#[rocket::main]
|
||||
async fn main() -> Result<(), rocket::Error> {
|
||||
println!("init");
|
||||
let _rocket = rocket::build()
|
||||
.mount("/api", routes![get_raid_devices])
|
||||
.launch()
|
||||
|
||||
Reference in New Issue
Block a user