mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-25 07:50:35 +00:00
Updated deps, go.19 migration, nginx template work
This commit is contained in:
@@ -88,6 +88,8 @@ func UpdateHostTemplate() func(http.ResponseWriter, *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
// reconfigure, _ := getQueryVarBool(r, "reconfigure", false, false)
|
||||
|
||||
hostTemplate, err := hosttemplate.GetByID(templateID)
|
||||
if err != nil {
|
||||
h.ResultErrorJSON(w, r, http.StatusBadRequest, err.Error(), nil)
|
||||
|
Reference in New Issue
Block a user