Feature #17169 ยป fetch_changesets_post.diff
| config/routes.rb (working copy) | ||
|---|---|---|
| 336 | 336 |
match 'sys/projects', :to => 'sys#projects', :via => :get |
| 337 | 337 |
match 'sys/projects/:id/repository', :to => 'sys#create_project_repository', :via => :post |
| 338 |
match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get
|
|
| 338 |
match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => [:get, :post]
|
|
| 339 | 339 |
match 'uploads', :to => 'attachments#upload', :via => :post |