config/routes.rb in bullet_train-api-1.2.27 vs config/routes.rb in bullet_train-api-1.3.0

- old
+ new

@@ -15,12 +15,10 @@ end end end end - if ENV["TESTING_PROVISION_KEY"].present? - get "/testing/provision", to: "account/platform/applications#provision" - end + get "/testing/provision", to: "account/platform/applications#provision" namespace :api do match "*version/openapi.yaml" => "open_api#index", :via => :get BulletTrain::Api.all_versions.each do |version|