Skip to content
代码片段 群组 项目
提交 7ed4e443 编辑于 作者: Małgorzata Ksionek's avatar Małgorzata Ksionek
浏览文件

Change feature category for storage endpoint

上级 b04e4cb3
No related branches found
No related tags found
无相关合并请求
...@@ -729,7 +729,7 @@ def translate_params_for_compatibility(params) ...@@ -729,7 +729,7 @@ def translate_params_for_compatibility(params)
params do params do
requires :id, type: String, desc: 'ID of a project' requires :id, type: String, desc: 'ID of a project'
end end
get ':id/storage', feature_category: :projects do get ':id/storage', feature_category: :source_code_management do
authenticated_as_admin! authenticated_as_admin!
present user_project, with: Entities::ProjectRepositoryStorage, current_user: current_user present user_project, with: Entities::ProjectRepositoryStorage, current_user: current_user
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册