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:
parent
c4660e08da
commit
c5a8be2b62
8 changed files with 232 additions and 232 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue