updated events

This commit is contained in:
emilyliublair
2021-09-10 18:17:44 -04:00
parent 613429707b
commit bf122af51f
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ api_route! {
text: (Text, String, String),
event_date: (Date, NaiveDate, DateForm),
name: (Text, String, String),
emails: (Text, String, String)
emails: (Text, String, String),
}
}