Update mini.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-06 00:40:05 +03:00
parent 529858e86c
commit 94581bb94b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
site: 'example.com',
url: () => 'http://example.com/20210319/1tv.json',
url: 'http://example.com/20210319/1tv.json',
parser: () => []
}