Browse Source

К предыдущщему

Book Pauk 6 năm trước cách đây
mục cha
commit
74030e31c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/config/base.js

+ 1 - 1
server/config/base.js

@@ -1,6 +1,6 @@
 const path = require('path');
 const pckg = require('../../package.json');
-const execPath = path.resolve(__dirname + '/..');
+const execPath = path.resolve(__dirname, '..');
 
 module.exports = {
     branch: 'base',