chore: restore production api base url
This commit is contained in:
4
API.js
4
API.js
@@ -1,6 +1,6 @@
|
||||
import i18n from "./i18nMessages.js";
|
||||
const baseUrl = "http://localhost:3000";
|
||||
//const baseUrl = "https://emiapi.reynafamily.com";
|
||||
const baseUrl = "https://emiapi.reynafamily.com";
|
||||
//const baseUrl = "http://localhost:3000";
|
||||
const requestErrorCooldownMs = 30000;
|
||||
const profileFailureCooldownMs = 60000;
|
||||
const recentRequestErrors = {};
|
||||
|
||||
Reference in New Issue
Block a user