浏览代码

config: apiLocation

Joystream Stats 2 年之前
父节点
当前提交
f6dadd12b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config.ts

+ 1 - 1
src/config.ts

@@ -1,7 +1,7 @@
 export const historyDepth = 336;
 export const domain = "https://pioneer.joystreamstats.live";
 export const wsLocation = "wss://joystreamstats.live:9945";
-export const apiLocation = "https://api.joystreamstats.live/api"
+export const apiLocation = "https://joystreamstats.live/api"
 export const socketLocation = "/socket.io"
 export const hydraLocation = "https://hydra.joystream.org/graphql"
 export const queryNode= "https://hydra.joystream.org/graphql"