tuyetnhi 1 년 전
부모
커밋
15ecbd2f41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/APIs.ts

+ 1 - 1
src/api/APIs.ts

@@ -10,7 +10,7 @@ const getHost = () => {
   } else if (isDev) {
     return 'https://apibeta.meta-rare.net';
   } else {
-    return 'https://3d65-118-70-233-192.ngrok-free.app';
+    return 'https://api.meta-rare.net';
   }
 };