From aa93b03e1862e9f95570653d52b9d5858171d22f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2015 03:06:33 -0500 Subject: pull in form data --- proxy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy') diff --git a/proxy/index.js b/proxy/index.js index 844bf3e7..f9203fc7 100644 --- a/proxy/index.js +++ b/proxy/index.js @@ -102,7 +102,7 @@ function stream (req, res) { url = 'index.html' mime = 'text/html' } - if (url == '/cordova.js') { + if (url == '/cordova.js' || url == 'favicon.ico') { res.writeHead(200, 'OK', { 'Content-type': 'application/javascript' }) res.end('{}') return -- cgit v1.2.3-70-g09d2