mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
Merge branch 'master' of https://github.com/Blair-SGA-Dev-Team/blazerapp
This commit is contained in:
+10
-1
@@ -158,7 +158,7 @@ api_route! {
|
||||
api_route! {
|
||||
teachers {
|
||||
name: (Text, String, String),
|
||||
emails: (Array<Text>, Vec<String>, EmailList),
|
||||
emails: (Text, String, String),
|
||||
}
|
||||
}
|
||||
|
||||
@@ -171,6 +171,15 @@ api_route! {
|
||||
}
|
||||
}
|
||||
|
||||
api_route! {
|
||||
student {
|
||||
name: (Text, String, String),
|
||||
meeting: (Text, String, String),
|
||||
link: (Text, String, String),
|
||||
sponsor: (Text, String, String),
|
||||
}
|
||||
}
|
||||
|
||||
api_route! {
|
||||
clubs {
|
||||
name: (Text, String, String),
|
||||
|
||||
Reference in New Issue
Block a user