Commit b12b5ca7 authored by Sean McGivern's avatar Sean McGivern

Fix API feature category for epic endpoints

parent f41f22b0
......@@ -2,7 +2,7 @@
module API
class EpicIssues < ::API::Base
feature_category :issue_tracking
feature_category :epics
before do
authenticate!
......
......@@ -4,7 +4,7 @@ module API
class EpicLinks < ::API::Base
include ::Gitlab::Utils::StrongMemoize
feature_category :issue_tracking
feature_category :epics
before do
authenticate!
......
......@@ -4,7 +4,7 @@ module API
class Epics < ::API::Base
include PaginationParams
feature_category :issue_tracking
feature_category :epics
before do
authenticate_non_get!
......
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