Files
ihk-projekt/Smartes-Klassenzimmer-Backend/src/auth/guards/index.ts
2025-12-10 20:20:39 +01:00

4 lines
97 B
TypeScript

export * from './jwt-auth.guard';
export * from './ws-jwt.guard';
export * from './roles.guard';