Skip to content

Commit fce99a8

Browse files
committed
fix(routes.rb): Fix syntax error in routes.rb - missing # comment on line 22
1 parent 09c97d6 commit fce99a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Can be used by load balancers and uptime monitors to verify that the app is live.
2020
get "up" => "rails/health#show", as: :rails_health_check
2121

22-
Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
22+
# Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
2323
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
2424
get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
2525
end

0 commit comments

Comments
 (0)