diff --git a/MeteorLight.go b/MeteorLight.go index 080c141..d1d9f7d 100644 --- a/MeteorLight.go +++ b/MeteorLight.go @@ -174,7 +174,7 @@ func main() { } case "queue": if len(pathSegments) == 2 { - if request.Method != "POST" { + if request.Method != "GET" { return } var blobs = make([]map[string]interface{}, 0, 1)