Skip to content

Commit

Permalink
fix: regression
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed May 28, 2024
1 parent 9b6a6af commit b2201fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,3 @@ if (EXPORT_DOCS) {
adminApp.listen({ port: adminPort, host: PG_META_HOST })
})
}

app.listen({ port: PG_META_PORT, host: PG_META_HOST }, () => {
const adminPort = PG_META_PORT + 1
adminApp.listen({ port: adminPort, host: PG_META_HOST })
})

0 comments on commit b2201fa

Please sign in to comment.