mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(template): add selection box; add scheme and host field for reverse_proxy #608
This commit is contained in:
parent
77666f4cc6
commit
91799e64c4
20 changed files with 474 additions and 136 deletions
|
@ -66,7 +66,6 @@ func GetTemplateConfList(c *gin.Context) {
|
|||
|
||||
func GetTemplateBlockList(c *gin.Context) {
|
||||
configList, err := template.GetTemplateList("block")
|
||||
|
||||
if err != nil {
|
||||
api.ErrHandler(c, err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue