Skip to content

Commit 7cfbcf1

Browse files
committed
Update routes.rb
1 parent e4a77a2 commit 7cfbcf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/routes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@
209209
get :template
210210
end
211211
end
212-
namespace(:reports) do
213-
get 'genomes/:id', to: 'reports#genome'
214-
end
212+
213+
# Reports
214+
get 'reports/genomes/:id', to: 'reports#genome'
215215

216216
# General Application
217217
get 'link' => 'application#short_link'

0 commit comments

Comments
 (0)