San3yuan | a2ee30b | 2025-06-05 21:20:17 +0800 | [diff] [blame^] | 1 | export const getHotPosts='/post/recommended' |
2 | export const getLikePosts='/post/recommended-by-tags' | ||||
3 | export const getPosts='/post/search' | ||||
4 | export const getPostDetail='/post' | ||||
5 | export const getPostComments='/comments/post' | ||||
6 | export const unknownAPI='/api/unknown' |