]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1'use strict'
2
3const apiController = require('./api/')
4
5module.exports = {
6 api: apiController
7}