fix(web): 404 Error / page not visible (#1825)

This commit is contained in:
wofnull
2021-01-28 22:44:32 +01:00
committed by GitHub
parent 4fe0f50941
commit 95b4a153bd
+1 -1
View File
@@ -11,7 +11,7 @@ import {
import {isAbsolute, join, normalize, relative} from 'path'; import {isAbsolute, join, normalize, relative} from 'path';
import {logger} from '../logger'; import {logger} from '../logger';
const approot = join(__dirname, '../../'); const approot = join(__dirname, '../../../');
const webroot = join(approot, './web'); const webroot = join(approot, './web');
const contentTypeMap: Record<string, string> = { const contentTypeMap: Record<string, string> = {