mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 09:14:09 +01:00
Changed sock to port
This commit is contained in:
parent
b8836a7e2b
commit
f823d36502
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}$/
|
||||
|
Loading…
Reference in New Issue
Block a user