1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 15:00:05 +00:00
Files
server/src/middlewares/index.ts
2021-11-04 18:47:40 +05:00

4 lines
104 B
TypeScript

export * from './authenticateToken'
export * from './verifyAdmin'
export * from './verifyAdminIfNeeded'