Skip to content

Commit 9d8c388

Browse files
Merge pull request #163 from WebJamApps/JoshuaVSherman-patch-1
Update index.ts
2 parents 9fd9dad + 5848ffe commit 9d8c388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const expressApp = express();
4747
expressApp.use(serveStatic(path.resolve(__dirname, 'JaMmusic')));
4848
/* istanbul ignore next */
4949
if (process.env.NODE_ENV === 'production' && process.env.BUILD_BRANCH === 'master') expressApp.use(enforce.HTTPS({ trustProtoHeader: true }));
50-
expressApp.use(express.static(path.normalize(path.join(__dirname, '../JaMmusic/dist'))));
50+
expressApp.use(express.static(path.normalize(path.join(__dirname, '../../JaMmusic/dist'))));
5151
appUtils.setup(expressApp, httpServer);
5252
httpServer.listen(SOCKETCLUSTER_PORT);
5353
(async () => { await agServerUtils.routing(agServer); })();

0 commit comments

Comments
 (0)