summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.js b/app.js
index 509fcef..788679d 100644
--- a/app.js
+++ b/app.js
@@ -2,6 +2,10 @@ var express = require('express')
, routes = require('./routes')
, http = require('http');
+express.mime.define({
+ 'application/vnd.collection+json': ['collection+json']
+});
+
var app = express();
app.configure(function(){