Commit e245c1cf authored by Craig Miskell's avatar Craig Miskell

Mount PersonalAccessTokens API in EE only

The endpoint is EE only, so must be mounted only in the EE API class
(see https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2495
for this breaking)
parent dca2f4a0
...@@ -30,6 +30,7 @@ module EE ...@@ -30,6 +30,7 @@ module EE
mount ::API::Ldap mount ::API::Ldap
mount ::API::LdapGroupLinks mount ::API::LdapGroupLinks
mount ::API::License mount ::API::License
mount ::API::PersonalAccessTokens
mount ::API::ProjectMirror mount ::API::ProjectMirror
mount ::API::ProjectPushRule mount ::API::ProjectPushRule
mount ::API::MergeTrains mount ::API::MergeTrains
......
...@@ -194,7 +194,6 @@ module API ...@@ -194,7 +194,6 @@ module API
mount ::API::GoProxy mount ::API::GoProxy
mount ::API::Pages mount ::API::Pages
mount ::API::PagesDomains mount ::API::PagesDomains
mount ::API::PersonalAccessTokens
mount ::API::ProjectClusters mount ::API::ProjectClusters
mount ::API::ProjectContainerRepositories mount ::API::ProjectContainerRepositories
mount ::API::ProjectEvents mount ::API::ProjectEvents
......
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