Fix: require of host.config
This commit is contained in:
parent
46d1daa085
commit
70ca726122
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const {youtube, dailymotion} = require('host.config');
|
||||
const {youtube, dailymotion} = require('./host.config');
|
||||
module.exports = [
|
||||
{
|
||||
id: 0,
|
||||
|
|
|
|||
Reference in a new issue