Revert "orchestrator port 8080"
This reverts commit 4341fbb8a78e917bf073491175134789228e9efd.
This commit is contained in:
parent
429b4c6044
commit
fb1b95a157
@ -14,7 +14,7 @@ import {
|
||||
import { z } from "zod"
|
||||
|
||||
const app = express()
|
||||
const port = process.env.PORT || 8080
|
||||
const port = process.env.PORT || 4001
|
||||
app.use(express.json())
|
||||
dotenv.config()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user