Revert "orchestrator port 8080"

This reverts commit 4341fbb8a78e917bf073491175134789228e9efd.
This commit is contained in:
Ishaan Dey 2024-05-13 20:38:19 -07:00
parent 429b4c6044
commit fb1b95a157

View File

@ -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()