Confirm potentially destructive actions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-07 20:01:31 +02:00
parent 4c5e1080ca
commit 5dc3f49d73
3 changed files with 19 additions and 3 deletions

View File

@ -7,9 +7,9 @@ use std::io::ErrorKind;
pub mod auth_controller;
pub mod server_controller;
pub mod static_controller;
pub mod sys_info_controller;
pub mod vm_controller;
pub mod static_controller;
/// Custom error to ease controller writing
#[derive(Debug)]