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:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b02c1380c7e..5d20d070c20 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -20,7 +20,6 @@ Rails.application.routes.draw do
get 'favicon.png', to: favicon_redirect
get 'favicon.ico', to: favicon_redirect
- draw :sherlock
draw :development
use_doorkeeper do
@@ -108,6 +107,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
@@ -145,9 +147,6 @@ Rails.application.routes.draw do
get 'acme-challenge/' => 'acme_challenges#show'
- # UserCallouts
- resources :user_callouts, controller: 'users/callouts', only: [:create] # remove after 14.6 2021-12-22 to handle mixed deployments
-
scope :ide, as: :ide, format: false do
get '/', to: 'ide#index'
get '/project', to: 'ide#index'