diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 18:14:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 18:14:40 +0200 |
| commit | 712deb604be9d608b990c6ba1f9af2560e8f20e3 (patch) | |
| tree | dfa8889be024038eaedcc238cb2892fdcc38f12e /proxy/index.js | |
| parent | 76df508468975b9ffdd47373e5a406e21ac8cfdf (diff) | |
confirm error msg better
Diffstat (limited to 'proxy/index.js')
| -rwxr-xr-x | proxy/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/index.js b/proxy/index.js index 18d61f13..425f97f6 100755 --- a/proxy/index.js +++ b/proxy/index.js @@ -8,7 +8,7 @@ var PORT = 9090 var cache = {} var DEBUG = false -var USE_CACHE = true +var USE_CACHE = false var server = http.createServer().listen(PORT, function(){ console.log('Proxy listening on: http://lvh.me:%s', PORT) |
