Fix: policy group unexpectedly closed

This commit is contained in:
Dreamacro
2018-12-05 18:19:30 +08:00
parent ca6e67a384
commit da5db36ccf
3 changed files with 16 additions and 12 deletions

View File

@ -72,7 +72,7 @@ func patchConfigs(w http.ResponseWriter, r *http.Request) {
}
type updateConfigRequest struct {
Path string `json:"path"`
Path string `json:"path"`
}
func updateConfigs(w http.ResponseWriter, r *http.Request) {