diff --git a/src/api.rs b/src/api.rs index b594407..38ebc54 100644 --- a/src/api.rs +++ b/src/api.rs @@ -260,17 +260,17 @@ async fn status(req: HttpRequest) -> Result { // options: vec![], // nsfw: true, // }); - status.add_channel(Channel { - id: "fapello".to_string(), - name: "Fapello".to_string(), - description: "Free Onlyfans Content".to_string(), - premium: false, - favicon: "https://www.google.com/s2/favicons?sz=64&domain=fapello.com".to_string(), - status: "active".to_string(), - categories: vec![], - options: vec![], - nsfw: true, - }); + // status.add_channel(Channel { + // id: "fapello".to_string(), + // name: "Fapello".to_string(), + // description: "Free Onlyfans Content".to_string(), + // premium: false, + // favicon: "https://www.google.com/s2/favicons?sz=64&domain=fapello.com".to_string(), + // status: "active".to_string(), + // categories: vec![], + // options: vec![], + // nsfw: true, + // }); status.add_channel(Channel { id: "spankbang".to_string(), name: "Work in Progress - SpankBang".to_string(),