mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
corrected public directory path
This commit is contained in:
parent
220942fb9d
commit
53b81ec0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
|
|||
));
|
||||
|
||||
// ------------ Server Configuration ------------
|
||||
var publicDir = path.join(__dirname, "/../common/public");
|
||||
var publicDir = path.join(__dirname, "/../public");
|
||||
|
||||
app.set("port", nconf.get('PORT'));
|
||||
middleware.apiThrottle(app);
|
||||
|
|
|
|||
Loading…
Reference in a new issue