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:
parent
844e39c2f8
commit
f253b1c1f1
8 changed files with 18 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue