teacher fix

This commit is contained in:
EvilMuffinHa 2021-09-12 18:15:12 -04:00
parent 6013abf15c
commit 5a299db18d
2 changed files with 3 additions and 3 deletions

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),
}
}

View File

@ -182,4 +182,4 @@
</div>
</div>
</body>
</html>
</html>