I presume you mean couchdb here

This commit is contained in:
Wade Dorrell 2014-10-14 22:49:33 -06:00
parent 3768cce4ca
commit f64954a08b

View File

@ -2,7 +2,7 @@
// //
// just to make these example a little bit interesting, // just to make these example a little bit interesting,
// make a little key value store with an http interface // make a little key value store with an http interface
// (see couchbd for a grown-up version of this) // (see couchdb for a grown-up version of this)
// //
// API: // API:
// GET / // GET /