Skip to content
Snippets Groups Projects
Commit b98e67bc authored by syuilo's avatar syuilo
Browse files

Fix bug

parent a0c6e7af
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment