From 5cfabde4f04d9212af5efee805479bd1be3c5cf1 Mon Sep 17 00:00:00 2001 From: Azul Date: Sat, 8 Dec 2012 16:42:19 +0100 Subject: moved cert into the api path --- certs/config/routes.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'certs') 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 -- cgit v1.2.3