lib/pact_broker/api/resources/group.rb in pact_broker-2.23.0 vs lib/pact_broker/api/resources/group.rb in pact_broker-2.23.1
- old
+ new
@@ -11,10 +11,10 @@
def content_types_provided
[["text/csv", :to_csv]]
end
def allowed_methods
- ["GET"]
+ ["GET", "OPTIONS"]
end
def resource_exists?
pacticipant
end
\ No newline at end of file