diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index c3637304a..5048da2f5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -24,6 +24,7 @@ ActionController::Routing::Routes.draw do |map| omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff' omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry' + omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate' end # Allow downloading Web Service WSDL as a file with an extension |