mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:23:09 +02:00
Fix bug
This commit is contained in:
parent
a0c6e7af1c
commit
b98e67bca4
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…
Reference in a new issue