Update
This commit is contained in:
parent
80b0ea401b
commit
c620e19449
23 changed files with 919 additions and 0 deletions
8
app-backend/config/host.config.js
Normal file
8
app-backend/config/host.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
youtube: {
|
||||
baseAPIUrl: 'https://www.youtube.com/'
|
||||
},
|
||||
dailymotion: {
|
||||
baseAPIUrl: 'https://api.dailymotion.com/'
|
||||
}
|
||||
};
|
||||
Reference in a new issue