feat: get comment & send post

This commit is contained in:
2022-03-16 00:46:55 +08:00
parent d9aec4d613
commit e373ac9ab6
10 changed files with 186 additions and 23 deletions

View File

@@ -103,5 +103,6 @@ macro_rules! look {
pub type API<T> = Result<T, APIError>;
pub mod comment;
pub mod post;
pub mod systemlog;