From 95b4a153bd8b708cfefd07e3f16e787bb069da48 Mon Sep 17 00:00:00 2001 From: wofnull Date: Thu, 28 Jan 2021 22:44:32 +0100 Subject: [PATCH] fix(web): 404 Error / page not visible (#1825) --- src/web/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/index.ts b/src/web/index.ts index 69078e08e5..af07f91db1 100644 --- a/src/web/index.ts +++ b/src/web/index.ts @@ -11,7 +11,7 @@ import { import {isAbsolute, join, normalize, relative} from 'path'; import {logger} from '../logger'; -const approot = join(__dirname, '../../'); +const approot = join(__dirname, '../../../'); const webroot = join(approot, './web'); const contentTypeMap: Record = {