Sha256: cc71707c60b8b127128be579d81901b8e02163f68b950e06c3cf030d42f96304

Contents?: true

Size: 274 Bytes

Versions: 1

Compression:

Stored size: 274 Bytes

Contents

Rails.application.routes.draw do
  # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

  # Defines the root path route ("/")
  root to: "demo#index"
  get "/track", to: "demo#track"
  get "/flush_events", to: "demo#flush_events"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devcycle-ruby-server-sdk-2.0.0 examples/local/local-bucketing-example/config/routes.rb