diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-20 09:09:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-20 09:09:22 +0000 |
commit | a7608a4940a91e14754d56a7acbe496321fed99c (patch) | |
tree | fb661eddbd2d190695050788b7f89168a6f541e3 /lib/api/api.rb | |
parent | 7734690def0c885f9f79567185c3dc5df353f9a0 (diff) | |
download | gitlab-ce-a7608a4940a91e14754d56a7acbe496321fed99c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index a89dc0fa6fa..ef8c2b2cde5 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -237,6 +237,7 @@ module API mount ::API::Internal::Base mount ::API::Internal::Pages + mount ::API::Internal::Kubernetes route :any, '*path' do error!('404 Not Found', 404) |