Route to my/welcome added to greet users who log in
This commit is contained in:
parent
35f9b682db
commit
601f202463
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Rails.application.routes.draw do
|
|||
get 'logs' => 'logs#index'
|
||||
get 'my/index'
|
||||
get 'my/uploads'
|
||||
get 'my/welcome'
|
||||
get 'package/:name' => 'packages#details', as: :package, name: /[^\/]+/
|
||||
get 'package_reviews/:name' => 'packages#reviews', as: :package_reviews, name: /[^\/]+/
|
||||
get 'upload', to: redirect('/packages'), as: :upload_legacy # legacy upload form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue