feat: add secret feature -- fix build swagger error
This commit is contained in:
@@ -21,7 +21,7 @@ func NewEnvController(envService *services.EnvService) *EnvController {
|
|||||||
// @Description 返回系统是否已配置加密秘钥
|
// @Description 返回系统是否已配置加密秘钥
|
||||||
// @Tags Env
|
// @Tags Env
|
||||||
// @Produce json
|
// @Produce json
|
||||||
// @Success 200 {object} vo.Response{data=bool} "成功"
|
// @Success 200 {object} utils.Response{data=bool} "成功"
|
||||||
// @Router /env/secret-status [get]
|
// @Router /env/secret-status [get]
|
||||||
// @Security BearerAuth
|
// @Security BearerAuth
|
||||||
func (ec *EnvController) GetSecretStatus(c *gin.Context) {
|
func (ec *EnvController) GetSecretStatus(c *gin.Context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user