This commit is contained in:
Mrx
2026-02-06 17:27:24 +08:00
parent 5e02a56e87
commit 787f7a303f
7 changed files with 120 additions and 9 deletions

View File

@@ -646,6 +646,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/info",
Handler: agent.GetAgentInfoHandler(serverCtx),
},
{
Method: http.MethodGet,
Path: "/invite/poster",
Handler: agent.GenerateInvitePosterHandler(serverCtx),
},
{
Method: http.MethodPost,
Path: "/invite_code/delete",