1
0
Fork 0
peertube/server/controllers/index.ts
2019-08-09 11:32:40 +02:00

11 lines
286 B
TypeScript

export * from './activitypub'
export * from './api'
export * from './client'
export * from './feeds'
export * from './services'
export * from './static'
export * from './lazy-static'
export * from './webfinger'
export * from './tracker'
export * from './bots'
export * from './plugins'