Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit aaa7fac

Browse files
committed
Revert "Handle /files/<noid>/<file> download link; closes 1071"
1 parent 4a0ddb7 commit aaa7fac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/routes.rb

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
get '/public/view/author/:username' => 'redirect#author'
4444
get '/action/submit/init/thesis/:uuid' => 'redirect#thesis'
4545

46-
# handle file download links below /files/<noid>
47-
get '/files/:id/*file' => 'downloads#show', format: false
48-
4946
scope :dashboard do
5047

5148
get '/files', controller: 'my/files', action: :index, as: 'dashboard_files'

0 commit comments

Comments
 (0)