mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 20:04:38 +00:00
fix index path0
This commit is contained in:
parent
fdcca53ee9
commit
86eeb3c849
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const ROOT = `${__dirname}/../../../`;
|
||||
|
||||
export function serveClient (expressRes) { // eslint-disable-line import/prefer-default-export
|
||||
return expressRes.sendFile('./dist-client/index.html', { root: ROOT });
|
||||
return expressRes.sendFile('./website/client/dist/index.html', { root: ROOT });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue