Commit 244c20e9 authored by Markus Koller's avatar Markus Koller

Merge branch 'mk_move_endpoints_to_integrations' into 'master'

Move workspace endpoints to integrations category

See merge request gitlab-org/gitlab!84461
parents 91e84881 970ef384
...@@ -4,7 +4,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController ...@@ -4,7 +4,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController
before_action :chat_name_token, only: [:new] before_action :chat_name_token, only: [:new]
before_action :chat_name_params, only: [:new, :create, :deny] before_action :chat_name_params, only: [:new, :create, :deny]
feature_category :users feature_category :integrations
def index def index
@chat_names = current_user.chat_names @chat_names = current_user.chat_names
......
...@@ -7,7 +7,7 @@ class Profiles::SlacksController < Profiles::ApplicationController ...@@ -7,7 +7,7 @@ class Profiles::SlacksController < Profiles::ApplicationController
layout 'application' layout 'application'
feature_category :users feature_category :integrations
def edit def edit
@projects = disabled_projects.inc_routes if current_user @projects = disabled_projects.inc_routes if current_user
......
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