mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
teacher fix
This commit is contained in:
+2
-2
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -182,4 +182,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user