Sha256: 80f069466a620b65ea15b7752beca0e305c7ed093fb8a13f513941a979e93762

Contents?: true

Size: 210 Bytes

Versions: 32

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

FactoryBot::Instrumentation::Engine.routes.draw do
  # The instrumentation frontend
  root to: 'root#index'
  # The instrumentation API endpoint
  post '/', to: 'root#create'
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
factory_bot_instrumentation-1.0.1 config/routes.rb
factory_bot_instrumentation-1.0.0 config/routes.rb
factory_bot_instrumentation-0.8.0 config/routes.rb
factory_bot_instrumentation-0.7.1 config/routes.rb
factory_bot_instrumentation-0.7.0 config/routes.rb
factory_bot_instrumentation-0.6.0 config/routes.rb
factory_bot_instrumentation-0.5.1 config/routes.rb
factory_bot_instrumentation-0.5.0 config/routes.rb
factory_bot_instrumentation-0.4.0 config/routes.rb
factory_bot_instrumentation-0.3.0 config/routes.rb
factory_bot_instrumentation-0.2.0 config/routes.rb
factory_bot_instrumentation-0.1.0 config/routes.rb