mirror of
https://github.com/iptv-org/epg
synced 2026-05-07 09:57:06 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
||||
async channels() {
|
||||
const axios = require('axios')
|
||||
const data = await axios
|
||||
.post(`https://authservice.apps.meo.pt/Services/GridTv/GridTvMng.svc/getGridAnon`, null, {
|
||||
.post('https://authservice.apps.meo.pt/Services/GridTv/GridTvMng.svc/getGridAnon', null, {
|
||||
headers: {
|
||||
Origin: 'https://www.meo.pt'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user