quote value to make couch 1.1 stop complaining

This commit is contained in:
Max Ogden 2011-06-30 19:03:01 -07:00
parent 92efb9c3e3
commit 06a331493f

2
app.js
View File

@ -7,7 +7,7 @@ ddoc =
, rewrites :
[ {from:"/", to:'pages/index.html'}
, {from:"/api/csv", to:'_list/csv/all'}
, {from:"/api/headers", to:'_list/array/headers', query: {group: true}}
, {from:"/api/headers", to:'_list/array/headers', query: {group: "true"}}
, {from:"/api/rows", to:'_view/all'}
, {from:"/api", to:'../../'}
, {from:"/api/*", to:'../../*'}