diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-06 18:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-06 18:09:37 +0000 |
commit | 495c22d1245b6212b21b7379a542df73dfa77206 (patch) | |
tree | 5f0f82dd6c8c4fe1c4bd411f9e398b1a6eaaa69f /config | |
parent | f3b1e07903a7f509b11ad7cf188fac46d98f77f6 (diff) | |
download | gitlab-ce-495c22d1245b6212b21b7379a542df73dfa77206.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/repository.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes/repository.rb b/config/routes/repository.rb index 38d6cdbbaf8..8a635745907 100644 --- a/config/routes/repository.rb +++ b/config/routes/repository.rb @@ -67,6 +67,10 @@ scope format: false do end end + scope controller: :static_site_editor do + get '/sse/*id', action: :show, as: :show_sse + end + get '/tree/*id', to: 'tree#show', as: :tree get '/raw/*id', to: 'raw#show', as: :raw get '/blame/*id', to: 'blame#show', as: :blame |