1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Server: remove v1 directory, we don't really need it

This commit is contained in:
Chocobozzz 2016-10-21 12:16:28 +02:00
parent 844e39c2f8
commit f253b1c1f1
8 changed files with 18 additions and 20 deletions

View file

@ -1,8 +1,6 @@
'use strict'
const constants = require('../initializers/constants')
const apiController = require('./api/' + constants.API_VERSION)
const apiController = require('./api/')
module.exports = {
api: apiController