Adds the number of days to config.js
This commit is contained in:
@@ -8,6 +8,7 @@ const API_ENDPOINT = `https://contenthub-api.eco.astro.com.my`
|
||||
|
||||
module.exports = {
|
||||
site: 'astro.com.my',
|
||||
days: 2,
|
||||
url: function ({ channel }) {
|
||||
return `${API_ENDPOINT}/channel/${channel.site_id}.json`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user