Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created October 21, 2009 19:33
Show Gist options
  • Select an option

  • Save brandon-beacher/215389 to your computer and use it in GitHub Desktop.

Select an option

Save brandon-beacher/215389 to your computer and use it in GitHub Desktop.
exports.DatabasesController = {
index: function(request, response) {
SERVER.get('_all_dbs', request, response);
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment