mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2025-04-02 12:26:37 -04:00
teacher fix
This commit is contained in:
parent
6013abf15c
commit
5a299db18d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user