Fix bug
This commit is contained in:
parent
98fe9c39eb
commit
592527cd5f
|
@ -2,9 +2,10 @@
|
||||||
* Docs Server
|
* Docs Server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import * as path from 'path';
|
||||||
import * as express from 'express';
|
import * as express from 'express';
|
||||||
|
|
||||||
const docs = `${__dirname}/../../client/docs/`;
|
const docs = path.resolve(`${__dirname}/../../client/docs/`);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Init app
|
* Init app
|
||||||
|
|
Loading…
Reference in New Issue