summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-11 15:15:55 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-11 15:15:55 +0000
commita8281ac43424e4b820286823bdb48f068b21d7d3 (patch)
treef8064c724e33f22402ecc4bd0a8c23ea01e6eac1 /config/routes.rb
parent22391da1261240ecc15aa15cbb19b089339902b5 (diff)
downloadgitlab-ce-a8281ac43424e4b820286823bdb48f068b21d7d3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index a77edbe0b21..b283311cda3 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -108,6 +108,9 @@ Rails.application.routes.draw do
get '/autocomplete/namespace_routes' => 'autocomplete#namespace_routes'
end
+ # sandbox
+ get '/sandbox/mermaid' => 'sandbox#mermaid'
+
get '/whats_new' => 'whats_new#index'
# '/-/health' implemented by BasicHealthCheck middleware