Merge pull request #1246 from trheyi/main
Add new endpoint for file content retrieval
This commit is contained in:
commit
7da3f0dc87
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