controllers/swfsControllers.go
@@ -164,8 +164,8 @@ } fmt.Println("res: ", res) startupItem := res["data"].(string) if httpRes.StatusCode == 200 { startupItem = string(body) if httpRes.StatusCode != 200 { return } fmt.Println("Restart startupItem: ", startupItem) tick := time.Tick(1 * time.Second)