diff options
Diffstat (limited to 'production/app')
-rw-r--r-- | production/app/config.json | 3 | ||||
-rw-r--r-- | production/app/main.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/production/app/config.json b/production/app/config.json deleted file mode 100644 index 0e0dcd23..00000000 --- a/production/app/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - -}
\ No newline at end of file diff --git a/production/app/main.js b/production/app/main.js index 336f21fe..8a34b066 100644 --- a/production/app/main.js +++ b/production/app/main.js @@ -4,7 +4,7 @@ const path = require('path'); const app = express(); -const port = 8080; +const port = 10091; app.use(cors()); app.use(express.static(path.join(__dirname, './dist'))); |