Browse Source

fix proxy url

main
matthew 2 years ago
parent
commit
26cd395924
  1. 2
      searching-front/services/helpers.ts

2
searching-front/services/helpers.ts

@ -1,4 +1,4 @@
export const getTonProxy = () => ({ export const getTonProxy = () => ({
host: "in3.ton.org", host: process.env.TON_PROXY_DOMAIN || "in3.ton.org",
port: 8080, port: 8080,
}) })
Loading…
Cancel
Save