This commit is contained in:
Mrx
2026-02-09 10:58:32 +08:00
parent e96adc9f98
commit ad809f6f8b
32 changed files with 1875 additions and 1781 deletions

View File

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