Commit 726a8189 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Change Sitemap feature category to not_owned

parent 89313c7d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class SitemapController < ApplicationController class SitemapController < ApplicationController
skip_before_action :authenticate_user! skip_before_action :authenticate_user!
feature_category :metrics feature_category :not_owned
def show def show
return render_404 unless Gitlab.com? return render_404 unless Gitlab.com?
......
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