added List researches Backend
This commit is contained in:
@ -52,6 +52,7 @@ public class ApplicationsController {
|
||||
|
||||
//if unAuthed
|
||||
authorizedApps.add(Applications.Login);
|
||||
authorizedApps.add(Applications.ListResearches);
|
||||
|
||||
User user = authServ.getUserFromToken(token);
|
||||
if(user == null)
|
||||
|
@ -21,5 +21,7 @@ public enum Applications {
|
||||
// profile of a researcher
|
||||
ResearcherProfile,
|
||||
ManageResearcherProfile,
|
||||
StudentsList
|
||||
|
||||
//the list of all researches (filterable)
|
||||
ListResearches, StudentsList
|
||||
}
|
||||
|
Reference in New Issue
Block a user