annotate plugins/redmine_embedded/config/routes.rb @ 1550:7d825cbd76c8 feature_1136

Ensure we don't leave a git repo lying around for a repo with no corresponding (even if empty) authormap
author Chris Cannam
date Tue, 12 Jan 2016 17:22:27 +0000
parents 22d81bd0b62c
children
rev   line source
luis@1119 1 RedmineApp::Application.routes.draw do
luis@1119 2 post "/projects/:id/embedded/upload", :to => "redmine_embedded#upload", :as => :upload_embedded
luis@1119 3 get 'projects/:id/embedded(/*request_path(.:format))', :to => "redmine_embedded#index", :as => :show_embedded
luis@1119 4 end