feat: add auth api
All checks were successful
Build and Deploy Angular App / build (push) Successful in 55s

This commit is contained in:
2024-08-04 23:15:38 +03:00
parent f4b25f428d
commit 95a593bdb6
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export enum AuthRoles {
Admin
}