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
post :create_user_map, path: :user_map
end
resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do
get :status
get :callback
get :jobs
resource :gitlab_project, only: [:create, :new] do
post :create
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