corrected public directory path

This commit is contained in:
Blade Barringer
2015-02-03 14:41:22 -06:00
parent 220942fb9d
commit 53b81ec0e8

View File

@@ -86,7 +86,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
)); ));
// ------------ Server Configuration ------------ // ------------ Server Configuration ------------
var publicDir = path.join(__dirname, "/../common/public"); var publicDir = path.join(__dirname, "/../public");
app.set("port", nconf.get('PORT')); app.set("port", nconf.get('PORT'));
middleware.apiThrottle(app); middleware.apiThrottle(app);