teacher fix

This commit is contained in:
2021-09-12 18:15:12 -04:00
parent 6013abf15c
commit 5a299db18d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -162,9 +162,9 @@ api_route! {
teachers {
name: (Text, String, String),
email: (Text, String, String),
phone: (Text, String, String)
phone: (Text, String, String),
position: (Text, String, String),
image: (Text, String, Image)
image: (Text, String, Image),
}
}
+1 -1
View File
@@ -182,4 +182,4 @@
</div>
</div>
</body>
</html>
</html>