To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_embedded / config / routes.rb @ 1594:69aee698921b

History | View | Annotate | Download (253 Bytes)

1
RedmineApp::Application.routes.draw do
2
  post "/projects/:id/embedded/upload", :to => "redmine_embedded#upload", :as => :upload_embedded
3
  get 'projects/:id/embedded(/*request_path(.:format))', :to => "redmine_embedded#index", :as => :show_embedded
4
end