Project

General

Profile

Feature #17169 ยป fetch_changesets_post.diff

Jelly frog, 2014-06-12 14:18

View differences:

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
    (1-1/1)