source: src/main/java/finki/it/terapijamkbackend/spring/entities/UserRole.java

Last change on this file was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago

Initial commit

  • Property mode set to 100644
File size: 97 bytes
Line 
1package finki.it.terapijamkbackend.spring.entities;
2
3public enum UserRole {
4 ADMIN,
5 USER
6}
Note: See TracBrowser for help on using the repository browser.