forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
98fe9c39eb
commit
592527cd5f
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
* Docs Server
|
||||
*/
|
||||
|
||||
import * as path from 'path';
|
||||
import * as express from 'express';
|
||||
|
||||
const docs = `${__dirname}/../../client/docs/`;
|
||||
const docs = path.resolve(`${__dirname}/../../client/docs/`);
|
||||
|
||||
/**
|
||||
* Init app
|
||||
|
|
Loading…
Reference in a new issue