Commit 07c642cb authored by James Lopez's avatar James Lopez

updated routes for gitlab_project

parent e1ab530f
...@@ -159,7 +159,7 @@ Rails.application.routes.draw do ...@@ -159,7 +159,7 @@ 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
post :create post :create
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