]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - routes/index.js
Styling structure
[github/Chocobozzz/PeerTube.git] / routes / index.js
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 })()