export const getHotPosts='/post/recommended' | |
export const getLikePosts='/post/recommended-by-tags' | |
export const getPosts='/post/search' | |
export const getPostDetail='/post' | |
export const getPostComments='/comments/post' | |
export const unknownAPI='/api/unknown' |