From 25dcd051372f6426b0ca5c73a4be6b8b075a21e7 Mon Sep 17 00:00:00 2001
From: Robert Schilling <rschilling@student.tugraz.at>
Date: Wed, 18 May 2016 23:18:04 +0200
Subject: [PATCH] Fix rebase

---
 lib/api/entities.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 171a5da6420..67d2c396b32 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -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
-- 
GitLab