Skip to content

Commit

Permalink
Rename uuids file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-l committed May 9, 2015
1 parent 545f28a commit 7f79ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function MockCouch(options) {
server.head('/_all_dbs', all_dbs);

// GET _uuids
get_uuids = require('./lib/uuids')(self);
get_uuids = require('./lib/get_uuids')(self);
server.get('/_uuids', get_uuids);

// PUT a database
Expand Down
File renamed without changes.

0 comments on commit 7f79ee3

Please sign in to comment.