diff --git a/.gitignore b/.gitignore
index 761ac590..a45e5a85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 node_modules
 .idea
-config/config.json
\ No newline at end of file
+config/config.json
+config/sequelizeCliConfig.js
+config/speechConfig.js
\ No newline at end of file
diff --git a/routes/serve-routes.js b/routes/serve-routes.js
index 2e2ea652..c0bd9a8a 100644
--- a/routes/serve-routes.js
+++ b/routes/serve-routes.js
@@ -225,9 +225,6 @@ module.exports = (app) => {
         logger.debug('file extension =', fileExtension);
       } else {
         method = SHOW;
-        if (headers['accept'] && !headers['accept'].split(',').includes('text/html')) {
-          method = SERVE;
-        }
       }
       logger.debug('claim name = ', name);
       logger.debug('method =', method);