mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-22 04:51:15 -05:00
teacher fix
This commit is contained in:
parent
6013abf15c
commit
5a299db18d
|
@ -162,9 +162,9 @@ api_route! {
|
||||||
teachers {
|
teachers {
|
||||||
name: (Text, String, String),
|
name: (Text, String, String),
|
||||||
email: (Text, String, String),
|
email: (Text, String, String),
|
||||||
phone: (Text, String, String)
|
phone: (Text, String, String),
|
||||||
position: (Text, String, String),
|
position: (Text, String, String),
|
||||||
image: (Text, String, Image)
|
image: (Text, String, Image),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -182,4 +182,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user