Update package json start scripts

This commit is contained in:
2023-03-13 20:10:59 +01:00
parent da94113b94
commit d0dea7028c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { cacheReady } from './cache/redis'
import processAll from './client/process'
const app = express()
const port = 3001
const port = 3000
app.use(express.json())