test/dummy/config/routes.rb in api_docs-1.0.5 vs test/dummy/config/routes.rb in api_docs-1.0.6

- old
+ new

@@ -1,4 +1,5 @@ Rails.application.routes.draw do mount ApiDocs::Engine => '/' - match '/users/:id' => 'application#show' + match '/users/:id' => 'application#show' + match '/authenticate' => 'application#authenticate' end