]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/index.js
Server: make a basic "quick and dirty update" for videos
[github/Chocobozzz/PeerTube.git] / server / controllers / index.js
index 90b481e522070d20cae4ed074e0693454aafa8e9..c9ca297ef59f71d41e4c513b16103a4944e35535 100644 (file)
@@ -2,8 +2,10 @@
 
 const apiController = require('./api/')
 const clientController = require('./client')
+const staticController = require('./static')
 
 module.exports = {
   api: apiController,
-  client: clientController
+  client: clientController,
+  static: staticController
 }