f add
This commit is contained in:
@@ -142,6 +142,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Path: "/system-config",
|
||||
Handler: admin_agent.AdminUpdateSystemConfigHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/wallet-transaction/list",
|
||||
Handler: admin_agent.AdminGetAgentWalletTransactionListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/wallet/:agent_id",
|
||||
|
||||
Reference in New Issue
Block a user