Navigation Menu

Skip to content

Commit

Permalink
groonga: Put Groonga related codes under "groonga" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent c6a6e16 commit 145326a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
var command = require('../command');
var Loader = require('./groonga/loader');
var command = require('../../command');
var Loader = require('./loader');

function handleHTTPRequest(request, connection) {
connection.emit(request.params.commandName, request.query);
Expand Down

0 comments on commit 145326a

Please sign in to comment.