summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-26 13:01:51 +0200
committerJames Lopez <james@jameslopez.es>2016-04-26 13:01:51 +0200
commit1d4c3fa1507fdfdecdc15091ac8ef8d9f5fb63d9 (patch)
tree029ce6333288f96a4eedc76d99c4589cd3123bf2 /config/routes.rb
parent28b0208e93cbc949e1c733c60ec577740d824623 (diff)
downloadgitlab-ce-1d4c3fa1507fdfdecdc15091ac8ef8d9f5fb63d9.tar.gz
more refactoring, now using custom job for processing project imports
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 05e89e81500..99ce0118104 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -159,6 +159,7 @@ Rails.application.routes.draw do
resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do
get :status
+ post :create
get :jobs
end
end