Repository: thrift
Updated Branches:
  refs/heads/master 237a394ad -> c60b69b37


THRIFT-4284: remove extraneous character
Client: js

This closes #1330


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c60b69b3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c60b69b3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c60b69b3

Branch: refs/heads/master
Commit: c60b69b37653a8a78728a8203cecb033faaf1962
Parents: 237a394
Author: James E. King, III <jk...@apache.org>
Authored: Sat Aug 12 16:19:04 2017 -0700
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Aug 12 16:19:04 2017 -0700

----------------------------------------------------------------------
 lib/nodejs/lib/thrift/web_server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/c60b69b3/lib/nodejs/lib/thrift/web_server.js
----------------------------------------------------------------------
diff --git a/lib/nodejs/lib/thrift/web_server.js 
b/lib/nodejs/lib/thrift/web_server.js
index 37159ea..60b67b4 100644
--- a/lib/nodejs/lib/thrift/web_server.js
+++ b/lib/nodejs/lib/thrift/web_server.js
@@ -284,7 +284,7 @@ exports.createWebServer = function(options) {
     '.jpeg': 'image/jpeg',
     '.gif': 'image/gif',
     '.png': 'image/png',
-    '.svg': 'image/svg+xml'
+    '.svg': 'image/svg+xml'
   };
 
   //Setup all of the services

Reply via email to