mirror of
https://github.com/cupcakearmy/dvb.git
synced 2025-09-05 21:20:38 +00:00
Changed sock to port
This commit is contained in:
2
cache/cache.js
vendored
2
cache/cache.js
vendored
@@ -4,7 +4,7 @@ const https = require('https')
|
||||
// GET YOUR OWN AT: https://openweathermap.org/appid
|
||||
const APP_KEY = 'db597413fa4f4a8545b0f2bb43262f11'
|
||||
|
||||
const LISTEN = `${__dirname}/run.sock`
|
||||
const LISTEN = '8000'
|
||||
|
||||
const REGEXP = {
|
||||
URL: /^\/[\d]{1,8}$/
|
||||
|
Reference in New Issue
Block a user