blob: b211bdd0826c58d348a25a9aae026fd5f13a51b2 [file] [log] [blame]
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'