Added call perform algorythm enpoint

This commit is contained in:
Filip Izydorczyk
2021-01-19 12:05:31 +01:00
parent 7b9e334328
commit 7f647f9b8a
4 changed files with 106 additions and 4 deletions

View File

@ -1,9 +1,9 @@
package com.plannaplan.types;
/**
* UserRoles contains types: STUDENT, DEANERY, ADMIN, TEST_USER
* UserRoles contains types: STUDENT, DEANERY, ADMIN, TEST_USER
*/
public enum UserRoles {
STUDENT, DEANERY, ADMIN, TEST_USER
STUDENT, DEANERY, ADMIN, TEST_USER, DEVELOPER
}