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