diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:10:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:10:30 +0200 |
| commit | 01c49d563033d586a06569ed5503e183a524a552 (patch) | |
| tree | 601f074e69831d59c88a3dc06a44f7fb3dec0a44 /proxy/index.js | |
| parent | 2427a6d57d735914c10a5cd446eb72b112a652a5 (diff) | |
imageviewer working
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 425f97f6..18d61f13 100755 --- a/proxy/index.js +++ b/proxy/index.js @@ -8,7 +8,7 @@ var PORT = 9090 var cache = {} var DEBUG = false -var USE_CACHE = false +var USE_CACHE = true var server = http.createServer().listen(PORT, function(){ console.log('Proxy listening on: http://lvh.me:%s', PORT) |
