]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - routes/index.js
Update node modules
[github/Chocobozzz/PeerTube.git] / routes / index.js
... / ...
CommitLineData
1;(function () {
2 'use strict'
3
4 var constants = require('../src/constants')
5
6 var routes = {
7 api: require('./api/' + constants.API_VERSION),
8 views: require('./views')
9 }
10
11 module.exports = routes
12})()