chore: add TODO
This commit is contained in:
parent
c8fc98f3e5
commit
9e37322087
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ async fn index() -> impl Responder {
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
// Get the response json
|
// Get the response json ... TODO: Get Mastodon Status structure
|
||||||
let json_response: serde_json::Value = response.json().await.unwrap();
|
let json_response: serde_json::Value = response.json().await.unwrap();
|
||||||
|
|
||||||
web::Json(json_response)
|
web::Json(json_response)
|
||||||
|
|
Loading…
Reference in a new issue