nieyuge 2 년 전
부모
커밋
bd2c25f9b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/static/utils/index.ts

+ 1 - 1
src/static/utils/index.ts

@@ -15,7 +15,7 @@ export const getEnvConfig = () => {
     switch(process.env.NODE_ENV) {
         case `production`:
             host = `https://api.denetme.net`
-            logHost = `https://log.denetnet.net`
+            logHost = `https://log.denetme.net`
             break;
         case `pre`:
             host = `https://preapi.denetme.net`