Navigation Menu

Skip to content

Commit

Permalink
Fix duplicated hash keys
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent c385824 commit 6f70275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/adapter/api/groonga.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
path: '/d/:commandName',
onRequest: handleHTTPRequest
}),
'groonga': new command.HTTPRequestResponse({
'groonga-json': new command.HTTPRequestResponse({
path: '/d/:commandName.json',
onRequest: handleHTTPRequest
}),
Expand All @@ -24,7 +24,7 @@ module.exports = {
path: '/d/load',
onRequest: handleLoadHTTPRequest
}),
'groonga-load': new command.HTTPRequestResponse({
'groonga-load-json': new command.HTTPRequestResponse({
method: 'POST',
path: '/d/load.json',
onRequest: handleLoadHTTPRequest
Expand Down

0 comments on commit 6f70275

Please sign in to comment.