finished version of app

This commit is contained in:
emilyliublair
2021-09-12 21:28:01 -04:00
parent baf2210dca
commit 9547d894ea
9 changed files with 80 additions and 83 deletions
+1 -1
View File
@@ -164,7 +164,6 @@ api_route! {
email: (Text, String, String),
phone: (Text, String, String),
position: (Text, String, String),
image: (Text, String, Image),
}
}
@@ -221,6 +220,7 @@ api_route! {
new {
image: (Text, String, Image),
name: (Text, String, String),
text: (Text, String, String),
new_date: (Date, NaiveDate, DateForm),
}
}