mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Server: move clients in its own file
This commit is contained in:
parent
9bd2662976
commit
6606150c49
4 changed files with 44 additions and 28 deletions
|
@ -4,11 +4,13 @@ const express = require('express')
|
|||
|
||||
const router = express.Router()
|
||||
|
||||
const clientsController = require('./clients')
|
||||
const podsController = require('./pods')
|
||||
const remoteController = require('./remote')
|
||||
const usersController = require('./users')
|
||||
const videosController = require('./videos')
|
||||
|
||||
router.use('/clients', clientsController)
|
||||
router.use('/pods', podsController)
|
||||
router.use('/remote', remoteController)
|
||||
router.use('/users', usersController)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue