tuyetnhi 1 an în urmă
părinte
comite
15ecbd2f41
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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';
   }
 };