Browse Source

first commit

dygapp 7 năm trước cách đây
mục cha
commit
94c690e034
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -6,7 +6,7 @@ module.exports = () => {
   // add your config here
   config.cluster = {
     listen: {
-      port: 8101,
+      port: 8000,
     },
   };