aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/index.js
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-01-30 17:05:22 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-01-30 17:05:22 +0100
commitcda021079ff455cc0fd0eb95a5395fa808ab63d1 (patch)
tree056716de7460462b74b861051a5e9da6e2633fce /routes/index.js
parent86435b9baedfe300a28ea4545511c1b50d4119f6 (diff)
downloadPeerTube-cda021079ff455cc0fd0eb95a5395fa808ab63d1.tar.gz
PeerTube-cda021079ff455cc0fd0eb95a5395fa808ab63d1.tar.zst
PeerTube-cda021079ff455cc0fd0eb95a5395fa808ab63d1.zip
New directory organization
Diffstat (limited to 'routes/index.js')
-rw-r--r--routes/index.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/routes/index.js b/routes/index.js
deleted file mode 100644
index f45aa7ba5..000000000
--- a/routes/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
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})()