Commit b12b5ca7 authored by Sean McGivern's avatar Sean McGivern

Fix API feature category for epic endpoints

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