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