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:
parent
8ffa767dfe
commit
b2c7ddde19
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue