Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix: use a manual debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
samerbuna committed Dec 30, 2022
1 parent 05fba57 commit 929e56d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/ssr-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import { config } from "store/index"
const ssrRouter = express.Router({ caseSensitive: true })

ssrRouter.get("/debug", async (req, res) => {
const { version } = await import("../../package.json")
res.send({
version,
version: "0.1.0", // FIXME: automate
network: config.network,
graphqlUrl: config.graphqlUrl,
graphqlSubscriptionUrl: config.graphqlSubscriptionUrl,
Expand Down

0 comments on commit 929e56d

Please sign in to comment.