diff --git a/config/routes.rb b/config/routes.rb index e152b27a262ee760fcee718946f23b1b610c852c..632991769321fb95d8c180948c96f9f7585041fc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -97,6 +97,7 @@ Gitlab::Application.routes.draw do constraints: { namespace_id: /[a-zA-Z.0-9_\-]+/, project_id: /[a-zA-Z.0-9_\-]+/, filename: /.+/ } end + # Redirect old note attachments path to new uploads path. get "files/note/:id/:filename", to: redirect("uploads/note/attachment/%{id}/%{filename}"), constraints: { filename: /.+/ }