Skip to content

Commit

Permalink
feat: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed May 1, 2024
1 parent e1c53e2 commit 7ec0139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (h *HttpServer) initRouter() {
v1.StaticFS("/static", http.FS(static_files.MintJs))

//v1.POST("/sub/account/init", api_code.DoMonitorLog("account_init"), h.H.SubAccountInit) // enable_sub_account
//v1.POST("/sub/account/init/free", api_code.DoMonitorLog("account_init_free"), h.H.SubAccountInitFree) // enable_sub_account
v1.POST("/sub/account/init/free", api_code.DoMonitorLog("account_init_free"), h.H.SubAccountInitFree) // enable_sub_account
v1.POST("/sub/account/check", api_code.DoMonitorLog("account_check"), cacheHandleShort, h.H.SubAccountCheck)
v1.POST("/sub/account/create", api_code.DoMonitorLog("account_create"), h.H.SubAccountCreateNew) // create_sub_account
v1.POST("/sub/account/renew", api_code.DoMonitorLog("account_renew"), h.H.SubAccountRenew) // renew_sub_account
Expand Down

0 comments on commit 7ec0139

Please sign in to comment.