Merge pull request #1246 from trheyi/main

Add new endpoint for file content retrieval
This commit is contained in:
Max 2025-10-28 09:36:26 +08:00 committed by GitHub
commit 7da3f0dc87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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