create permission modification endpoints
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
Build and Deploy API / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-04-22 21:49:15 -05:00
parent 1afa30040d
commit baca04fa03
2 changed files with 49 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export interface UserDto {
email: string;
id: string;
userName: string;
permissions: string;
}
export interface RegisterDto {