mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
e1649f21a9
commit
ee85f38eba
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import * as bodyParser from 'body-parser';
|
|||
import * as favicon from 'serve-favicon';
|
||||
import * as compression from 'compression';
|
||||
|
||||
const client = `${__dirname}/../../client/`;
|
||||
const client = path.resolve(`${__dirname}/../../client/`);
|
||||
|
||||
// Create server
|
||||
const app = express();
|
||||
|
|
Loading…
Add table
Reference in a new issue