Revision 937eb715
Added by Ondřej Pražák almost 8 years ago
config/routes.rb | ||
---|---|---|
46 | 46 |
api_resources :jenkins_project_params, :only => [:update] |
47 | 47 |
|
48 | 48 |
api_resources :jenkins_users, :only => [:index, :create, :destroy, :show, :update] |
49 |
|
|
50 |
api_resources :paths, :only => [] do |
|
51 |
collection do |
|
52 |
get :all_paths |
|
53 |
end |
|
54 |
end |
|
55 | 49 |
|
56 | 50 |
end |
57 | 51 |
end |
Also available in: Unified diff
loading environments simplified