]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - routes/index.js
Decrease the waiting time in the advanced friends test
[github/Chocobozzz/PeerTube.git] / routes / index.js
... / ...
CommitLineData
1;(function () {
2 'use strict'
3
4 var routes = {
5 api: require('./api/' + global.API_VERSION),
6 views: require('./views')
7 }
8
9 module.exports = routes
10})()