1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Split static router

This commit is contained in:
Chocobozzz 2022-07-13 11:13:19 +02:00
parent c5cadb2859
commit ea8107bff8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 291 additions and 268 deletions

View file

@ -7,7 +7,9 @@ export * from './services'
export * from './static'
export * from './lazy-static'
export * from './live'
export * from './misc'
export * from './webfinger'
export * from './tracker'
export * from './bots'
export * from './plugins'
export * from './well-known'