This commit is contained in:
2026-02-27 15:53:31 +08:00
8 changed files with 122 additions and 9 deletions

View File

@@ -676,6 +676,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",