update
This commit is contained in:
@@ -66,7 +66,10 @@ func Execute(w http.ResponseWriter, r *http.Request) (int, error) {
|
||||
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
w.Write([]byte("{}"))
|
||||
go commands.Execute()
|
||||
|
||||
if r.Header.Get("X-Save-Mode") == "Publish" {
|
||||
go commands.Execute()
|
||||
}
|
||||
} else {
|
||||
if _, err := os.Stat(filename); os.IsNotExist(err) {
|
||||
log.Print(err)
|
||||
|
||||
Reference in New Issue
Block a user