From 1d2ffb8a2b6af752b6fd091e8e59682625c2b495 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Wed, 28 Aug 2024 18:07:22 -0700 Subject: Make guests endpoint plural --- client/src/components/Rsvp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/components') diff --git a/client/src/components/Rsvp.tsx b/client/src/components/Rsvp.tsx index ab83cd7..d694393 100644 --- a/client/src/components/Rsvp.tsx +++ b/client/src/components/Rsvp.tsx @@ -22,7 +22,7 @@ function Rsvp() { ) : ( - + ); } -- cgit v1.2.3