1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00
Files
server/api/src/controllers/index.ts
2021-11-11 03:40:57 +05:00

7 lines
141 B
TypeScript

export * from './auth'
export * from './client'
export * from './drive'
export * from './group'
export * from './stp'
export * from './user'