mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Merge branch 'develop' into shorter-URLs-channels-accounts
This commit is contained in:
commit
8f608a4cb2
536 changed files with 84930 additions and 79580 deletions
|
@ -8,6 +8,7 @@ import { abuseRouter } from './abuse'
|
|||
import { accountsRouter } from './accounts'
|
||||
import { bulkRouter } from './bulk'
|
||||
import { configRouter } from './config'
|
||||
import { customPageRouter } from './custom-page'
|
||||
import { jobsRouter } from './jobs'
|
||||
import { oauthClientsRouter } from './oauth-clients'
|
||||
import { overviewsRouter } from './overviews'
|
||||
|
@ -49,6 +50,7 @@ apiRouter.use('/jobs', jobsRouter)
|
|||
apiRouter.use('/search', searchRouter)
|
||||
apiRouter.use('/overviews', overviewsRouter)
|
||||
apiRouter.use('/plugins', pluginRouter)
|
||||
apiRouter.use('/custom-pages', customPageRouter)
|
||||
apiRouter.use('/ping', pong)
|
||||
apiRouter.use('/*', badRequest)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue