diff --git a/src/main.rs b/src/main.rs index 9957fd9..d874412 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ async fn index() -> impl Responder { .await .unwrap(); - // Get the response json + // Get the response json ... TODO: Get Mastodon Status structure let json_response: serde_json::Value = response.json().await.unwrap(); web::Json(json_response)