chore: add apps as option

This commit is contained in:
Jesús Pérez Lorenzo 2021-10-12 11:13:16 +01:00
parent 80810d30a6
commit 56695fc2dd

View File

@ -50,6 +50,9 @@ pub async fn cloud_req(reqname: &str,cloud: &Cloud,reqenv: &ReqEnv,opts: &KloudQ
"liveness" => { "liveness" => {
result.to_owned() result.to_owned()
}, },
"apps" => {
result.to_owned()
},
_ => { _ => {
result.to_owned() result.to_owned()
} }
@ -282,6 +285,7 @@ pub async fn status (
// } // }
// println!("User: {} | {}",&user.user_id,&user.token); // println!("User: {} | {}",&user.user_id,&user.token);
println!("Status prfx: {}",&prfx);
// println!("LANG: {}",language); // println!("LANG: {}",language);
// if prfx.as_str() == "prfl" { // if prfx.as_str() == "prfl" {
// let cur = db.colls.ta.entries.read(); // let cur = db.colls.ta.entries.read();