]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/controllers/index.js
Server: add pod created date and score to the list controller
[github/Chocobozzz/PeerTube.git] / server / controllers / index.js
CommitLineData
9f10b292 1'use strict'
8c308c2b 2
f0f5567b 3const constants = require('../initializers/constants')
656ea8f7 4
f0f5567b 5const apiController = require('./api/' + constants.API_VERSION)
a030a9b2 6
9f10b292 7module.exports = {
6f4e2522 8 api: apiController
9f10b292 9}