diff --git a/src/lib/scel_api/src/graphql/query.rs b/src/lib/scel_api/src/graphql/query.rs index 07a00f3..b15c473 100644 --- a/src/lib/scel_api/src/graphql/query.rs +++ b/src/lib/scel_api/src/graphql/query.rs @@ -14,10 +14,6 @@ pub struct QueryRoot; #[Object] impl QueryRoot { - async fn hello_world(&self) -> &str { - "Hello, world!" - } - async fn get_download(&self, ctx: &Context<'_>, id: ID) -> Result> { let app = ctx.data_unchecked::>();