again links
This commit is contained in:
@ -106,6 +106,10 @@ export async function getTeachers(){
|
||||
return restGet("/users/teacher")
|
||||
}
|
||||
|
||||
|
||||
export async function getStudents(){
|
||||
return restGet("/users/student")
|
||||
}
|
||||
/**
|
||||
* Get informations about yourself
|
||||
* - RegNo
|
||||
|
Reference in New Issue
Block a user