From: Seth Woodworth Date: Wed, 4 Jan 2012 04:22:18 +0000 (-0500) Subject: correctly noting the current location of bc X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4357b4a1944863cc66d54c4b39b879d3e511743e;p=oweals%2Ffinalsclub.git correctly noting the current location of bc --- diff --git a/app.js b/app.js index 6087171..721d397 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ var hat = require('hat'); var connect = require( 'connect' ); var Session = connect.middleware.session.Session; var parseCookie = connect.utils.parseCookie; -var Backchannel = require('../bc/backchannel'); +var Backchannel = require('./bc/backchannel'); // Depracated // Used for initial testing