feat: 优化项目目录结构
This commit is contained in:
3
apps/backend/src/auth/role.enum.ts
Normal file
3
apps/backend/src/auth/role.enum.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export enum Role {
|
||||
Admin = 'admin',
|
||||
}
|
||||
Reference in New Issue
Block a user