This commit is contained in:
emilyliublair
2021-09-08 23:50:20 -04:00
parent 583b572b09
commit 613429707b
13 changed files with 214 additions and 158 deletions
+2
View File
@@ -149,6 +149,8 @@ api_route! {
location: (Text, String, String),
text: (Text, String, String),
event_date: (Date, NaiveDate, DateForm),
name: (Text, String, String),
emails: (Text, String, String)
}
}