1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/server/controllers/index.ts
2017-11-27 19:40:51 +01:00

6 lines
157 B
TypeScript

export * from './activitypub'
export * from './static'
export * from './client'
export * from './services'
export * from './api'
export * from './webfinger'