blob: b211bdd0826c58d348a25a9aae026fd5f13a51b2 [file] [log] [blame]
San3yuana2ee30b2025-06-05 21:20:17 +08001export const getHotPosts='/post/recommended'
2export const getLikePosts='/post/recommended-by-tags'
3export const getPosts='/post/search'
4export const getPostDetail='/post'
5export const getPostComments='/comments/post'
6export const unknownAPI='/api/unknown'