From f823d365022434ca3a7fc7a63536a0c8dc32bdc6 Mon Sep 17 00:00:00 2001 From: nicco Date: Thu, 28 Dec 2017 17:11:59 +0100 Subject: [PATCH] Changed sock to port --- cache/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/cache.js b/cache/cache.js index fefff89..64495e6 100644 --- a/cache/cache.js +++ b/cache/cache.js @@ -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}$/