Changed sock to port

This commit is contained in:
nicco 2017-12-28 17:11:59 +01:00
parent b8836a7e2b
commit f823d36502

2
cache/cache.js vendored
View File

@ -4,7 +4,7 @@ const https = require('https')
// GET YOUR OWN AT: https://openweathermap.org/appid // GET YOUR OWN AT: https://openweathermap.org/appid
const APP_KEY = 'db597413fa4f4a8545b0f2bb43262f11' const APP_KEY = 'db597413fa4f4a8545b0f2bb43262f11'
const LISTEN = `${__dirname}/run.sock` const LISTEN = '8000'
const REGEXP = { const REGEXP = {
URL: /^\/[\d]{1,8}$/ URL: /^\/[\d]{1,8}$/