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>2023-04-04 09:10:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 09:10:42 +0300
commitf3f3149fc5249ad27378e4f2c22b8c3ff429a493 (patch)
treef50aec11527fd4f336bc0cf03387be828c66cd3c /config/routes.rb
parent0555f8b0429486b14e36f92152587030db33708c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 589d44c3de6..50b28830e99 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -24,10 +24,10 @@ InitializerConnections.raise_if_new_database_connection do
use_doorkeeper do
controllers applications: 'oauth/applications',
- authorized_applications: 'oauth/authorized_applications',
- authorizations: 'oauth/authorizations',
- token_info: 'oauth/token_info',
- tokens: 'oauth/tokens'
+ authorized_applications: 'oauth/authorized_applications',
+ authorizations: 'oauth/authorizations',
+ token_info: 'oauth/token_info',
+ tokens: 'oauth/tokens'
end
put '/oauth/applications/:id/renew(.:format)' => 'oauth/applications#renew', as: :renew_oauth_application
@@ -154,9 +154,9 @@ InitializerConnections.raise_if_new_database_connection do
# Remote host can contain "." characters so it needs a constraint
post 'remote/:remote_host(/*remote_path)',
- as: :remote,
- to: 'web_ide/remote_ide#index',
- constraints: { remote_host: %r{[^/?]+} }
+ as: :remote,
+ to: 'web_ide/remote_ide#index',
+ constraints: { remote_host: %r{[^/?]+} }
end
draw :operations