feat: bind tribally account
This commit is contained in:
@@ -145,6 +145,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
|
||||
server.AddRoutes(
|
||||
[]rest.Route{
|
||||
{
|
||||
// 绑定Tribally账号
|
||||
Method: http.MethodGet,
|
||||
Path: "/bind_tribally",
|
||||
Handler: task.BindTriballyHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 质押NFT
|
||||
Method: http.MethodPost,
|
||||
|
||||
Reference in New Issue
Block a user