Add todos
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
2025-05-24 09:51:24 -04:00
parent 0aad447cd1
commit 00f90ab034
4 changed files with 57 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ 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 ("/")