We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32f366 commit e629130Copy full SHA for e629130
config/routes.rb
@@ -1,9 +1,10 @@
1
Rails.application.routes.draw do
2
- get "attachments/show"
3
resources :messages
4
get '/:list_name/:list_seq', to: 'messages#show'
5
get '/:list_name/', to: 'messages#index'
6
+ get '/attachments/:encoded_key/*filename' => 'attachments#show', as: :attachment
7
+
8
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
9
10
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
0 commit comments