Added routes file for compatibility with Redmine 1.3.
1 files changed, 3 insertions(+), 0 deletions(-) A => config/routes.rb
A => config/routes.rb +3 -0
@@ 0,0 1,3 @@ +ActionController::Routing::Routes.draw do |map| + map.connect '/bitbucket_hook/:action', :controller => 'bitbucket_hook' +end No newline at end of file