Changes server prod port to 4000

This commit is contained in:
pikiou
2021-11-18 06:48:09 +01:00
parent a8c65b2e33
commit 3d63859412
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
export default {
PORT: 8080,
PORT: 4000,
}