We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c97d6 commit fce99a8Copy full SHA for fce99a8
1 file changed
config/routes.rb
@@ -19,7 +19,7 @@
19
# Can be used by load balancers and uptime monitors to verify that the app is live.
20
get "up" => "rails/health#show", as: :rails_health_check
21
22
- Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
+ # Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
23
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
24
get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
25
end
0 commit comments