Commit 25dcd051 authored by Robert Schilling's avatar Robert Schilling

Fix rebase

parent a1f224d3
......@@ -56,10 +56,6 @@ module API
expose :id
expose :name, :name_with_namespace
expose :path, :path_with_namespace
expose :web_url do |project, options|
Gitlab::Application.routes.url_helpers.namespace_project_url(project.namespace, project)
end
end
class Project < Grape::Entity
......
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