]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/controllers/index.js
Server: generate magnet uri on the fly
[github/Chocobozzz/PeerTube.git] / server / controllers / index.js
CommitLineData
9f10b292 1'use strict'
8c308c2b 2
f253b1c1 3const apiController = require('./api/')
830bcd0f 4const clientController = require('./client')
a030a9b2 5
9f10b292 6module.exports = {
830bcd0f
C
7 api: apiController,
8 client: clientController
9f10b292 9}