1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-26 07:19:22 +00:00
This commit is contained in:
Pierre HUBERT 2020-07-05 19:45:54 +02:00
parent 27e3dedf51
commit bb76513d02

View File

@ -52,7 +52,7 @@ pub struct PostAPI {
likes: u64, likes: u64,
userlike: bool, userlike: bool,
// Comemnts // Comments
comments: Option<Vec<CommentAPI>>, comments: Option<Vec<CommentAPI>>,
} }