wip: added get post comments, working insert comment to post
This commit is contained in:
@ -74,7 +74,7 @@ impl PostsRoute {
|
||||
}
|
||||
}
|
||||
|
||||
fn serialize_datetime<S>(
|
||||
pub fn serialize_datetime<S>(
|
||||
date: &Option<chrono::DateTime<Utc>>,
|
||||
serializer: S,
|
||||
) -> Result<S::Ok, S::Error>
|
||||
|
Reference in New Issue
Block a user