]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/controllers/index.js
Client: add button control in embed videojs to go to the watch page
[github/Chocobozzz/PeerTube.git] / server / controllers / index.js
CommitLineData
9f10b292 1'use strict'
8c308c2b 2
f253b1c1 3const apiController = require('./api/')
a030a9b2 4
9f10b292 5module.exports = {
6f4e2522 6 api: apiController
9f10b292 7}