diff options
Diffstat (limited to 'certs/config')
-rw-r--r-- | certs/config/routes.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/certs/config/routes.rb b/certs/config/routes.rb index 7f1f31d..cb97757 100644 --- a/certs/config/routes.rb +++ b/certs/config/routes.rb @@ -1,3 +1,5 @@ Rails.application.routes.draw do - resource :cert, :only => [:show] + scope '/1' do + resource :cert, :only => [:show] + end end |