You've already forked baupm-core
Initial commit
This commit is contained in:
5
config/routes.rb
Normal file
5
config/routes.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
if Redmine::Plugin.installed? :baupm_core
|
||||
RedmineApp::Application.routes.draw do
|
||||
get '/manifest.json', :controller => 'manifest', :action => 'index', :as => 'manifest_json'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user