Sha256: 8b9866e21d9ec7a741a8c6ee77efe848be3ae1e2a83ed78534d4a9a64fe3b49b

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

# Configure your routes here
# See: https://guides.hanamirb.org/routing/overview
#
# Example:
# get '/hello', to: ->(env) { [200, {}, ['Hello from Hanami!']] }

get '/:domain/index', to: 'index#index'
get '/:domain/(:id)/find', to: 'index#index'
get '/:domain/(:id)', to: 'index#digital'
get '/:domain/post', to: 'post#show'
get '/:domain/index/vue', to: 'index#vue'
get '/:domain/modules/tags', to: 'digital#tags'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ilog-0.4.2 lib/ilog/config/routes.rb
ilog-0.4.1 lib/ilog/config/routes.rb
ilog-0.4.0 lib/ilog/config/routes.rb