1
0
forked from PGL/Clyde

backend add ManageResearcherProfile

This commit is contained in:
2024-04-17 13:32:46 +02:00
parent 6116cbdaa4
commit e303048f7e
3 changed files with 20 additions and 3 deletions

View File

@ -7,7 +7,6 @@ public enum Applications {
// with any token
Profile,
// Students and higher authorization
Msg,
Forum,
@ -21,5 +20,6 @@ public enum Applications {
Requests,
// profile of a researcher
ResearcherProfile,
ManageResearcherProfile,
StudentsList
}