Sha256: 9b38cffdd6d11e458a2d172467bdb053f20ba57d5c0f73186fb2c537b2fdd777

Contents?: true

Size: 139 Bytes

Versions: 2

Compression:

Stored size: 139 Bytes

Contents

Lina::Engine.routes.draw do
  get 'schema', to: 'schema#index'
  get 'data', to: 'apidoc#index', format: 'json'

  root "apidoc#index"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lina-0.0.2 config/routes.rb
lina-0.0.1 config/routes.rb