added recent posts endpoint, added image column to authors table
This commit is contained in:
@@ -18,6 +18,7 @@ pub struct Author {
|
||||
pub first_name: String,
|
||||
pub last_name: String,
|
||||
pub bio: Option<String>,
|
||||
pub image: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
Reference in New Issue
Block a user