Commit 4dde3f60 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'cmiskell/fix-pat-api-mount' into 'master'

[RUN AS-IF-FOSS] Mount PersonalAccessTokens API in EE only

See merge request gitlab-org/gitlab!38865
parents 13144567 e245c1cf
......@@ -30,6 +30,7 @@ module EE
mount ::API::Ldap
mount ::API::LdapGroupLinks
mount ::API::License
mount ::API::PersonalAccessTokens
mount ::API::ProjectMirror
mount ::API::ProjectPushRule
mount ::API::MergeTrains
......
......@@ -194,7 +194,6 @@ module API
mount ::API::GoProxy
mount ::API::Pages
mount ::API::PagesDomains
mount ::API::PersonalAccessTokens
mount ::API::ProjectClusters
mount ::API::ProjectContainerRepositories
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