Add new endpoint for file content retrieval

- Introduced a new API endpoint `GET /file/:uploaderID/:fileID/content` to facilitate the retrieval of file content based on uploader ID and file ID.
- This addition enhances the user capabilities for accessing file data within the application.
This commit is contained in:
Max 2025-10-28 09:28:05 +08:00
parent 8ffa767dfe
commit b2c7ddde19

View file

@ -30,6 +30,7 @@ func init() {
Endpoints: []string{
"POST /user/teams/select",
"GET /user/teams/config",
"GET /file/:uploaderID/:fileID/content",
},
},
// Invite verification scope - allows users to accept team invitations