Made it possible to edit public workflows (frontend)

This commit is contained in:
frikky
2022-03-25 02:18:25 +01:00
parent 79b24f76d8
commit cff2b88845
3 changed files with 44 additions and 20 deletions
+1
View File
@@ -5796,6 +5796,7 @@ func handleAppZipUpload(resp http.ResponseWriter, request *http.Request) {
panic(err)
}
// https://github.com/alexmullins/zip/blob/master/example_test.go
for _, item := range zipdata.File {
log.Printf("\n\nName: %s\n\n", item.FileHeader.Name)
log.Printf("item: %#v", item)