fix: failed to issue cert after switching mode from advance to basic #704

This commit is contained in:
Jacky 2024-11-16 12:14:04 +08:00
parent 187dd12f36
commit c8471f94ec
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 55 additions and 43 deletions

View file

@ -38,7 +38,6 @@ func TokenizeNginxConfig(c *gin.Context) {
return
}
c.JSON(http.StatusOK, ngxConfig)
}
func FormatNginxConfig(c *gin.Context) {