This commit is contained in:
2025-02-17 10:43:41 -05:00
parent 1f8e167f4b
commit e71fac4f99
3 changed files with 12 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ Rails.application.routes.draw do
get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
get "/rsvp" => redirect("https://withjoy.com/adam-and-jillian-jun-25/rsvp")
get "/registry" => redirect("https://withjoy.com/adam-and-jillian-jun-25/registry")
get "*path" => redirect("/")
# Defines the root path route ("/")
# root "posts#index"