1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Rename webtorrent files (process/node)

This commit is contained in:
Chocobozzz 2016-02-06 16:22:39 +01:00
parent c4660e08da
commit c5a8be2b62
8 changed files with 232 additions and 232 deletions

View file

@ -37,7 +37,7 @@
var routes = require('./controllers')
var utils = require('./helpers/utils')
var videos = require('./lib/videos')
var webtorrent = require('./lib/webTorrentNode')
var webtorrent = require('./lib/webtorrent')
// Get configurations
var port = config.get('listen.port')