Sha256: 80f069466a620b65ea15b7752beca0e305c7ed093fb8a13f513941a979e93762
Contents?: true
Size: 210 Bytes
Versions: 24
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
24 entries across 24 versions & 1 rubygems