fix: support "Email or Phone" in signup table

This commit is contained in:
Yang Luo
2024-03-29 09:07:37 +08:00
parent 5315f16a48
commit f95ce13b82
3 changed files with 168 additions and 119 deletions

View File

@ -68,7 +68,7 @@ func (c *ApiController) GetCerts() {
// GetGlobalCerts
// @Title GetGlobalCerts
// @Tag Cert API
// @Description get globle certs
// @Description get global certs
// @Success 200 {array} object.Cert The Response object
// @router /get-global-certs [get]
func (c *ApiController) GetGlobalCerts() {