Sha256: 7de8118564f052d12f08768c8ff17fc76b1e04003c63454f1b6687eec3911228
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
# frozen_string_literal: true ApiDocServer::Engine.routes.draw do scope format: false do resources :docs, path: '/', only: %i(index show) root to: 'docs#index' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_doc_server-1.0.1 | config/routes.rb |