quote value to make couch 1.1 stop complaining
This commit is contained in:
parent
92efb9c3e3
commit
06a331493f
2
app.js
2
app.js
@ -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:'../../*'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user