mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Fix bug
This commit is contained in:
parent
37a99f0f02
commit
bd9dfdd0c1
@ -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
Block a user