Commit f48184cb authored by James Lopez's avatar James Lopez

updated routes for gitlab_projects

parent 27991525
...@@ -159,10 +159,8 @@ Rails.application.routes.draw do ...@@ -159,10 +159,8 @@ Rails.application.routes.draw do
post :create_user_map, path: :user_map post :create_user_map, path: :user_map
end end
resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do resource :gitlab_project, only: [:create, :new] do
get :status post :create
get :callback
get :jobs
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment