This commit is contained in:
Mrx
2026-02-09 18:10:23 +08:00
parent a8ec1a5aa1
commit c416c44c0c
9 changed files with 133 additions and 9 deletions

View File

@@ -661,6 +661,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/invite_link",
Handler: agent.GetInviteLinkHandler(serverCtx),
},
{
Method: http.MethodGet,
Path: "/invite/poster",
Handler: agent.GetInvitePosterHandler(serverCtx),
},
{
Method: http.MethodGet,
Path: "/level/privilege",