Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 21:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 21:10:05 +0300
commit983f6954d19f269a059aab1754568737d9ab6f64 (patch)
tree399b8b75abf57118df941af3b485b85a0fb60540 /config/routes.rb
parente36443c1d657343410d3de25d52ae0fe9ee67d8d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 06a8935bcd2..e2e1b3439a4 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -118,6 +118,7 @@ InitializerConnections.with_disabled_database_connections do
# sandbox
get '/sandbox/mermaid' => 'sandbox#mermaid'
+ get '/sandbox/swagger' => 'sandbox#swagger'
get '/whats_new' => 'whats_new#index'