diff --git a/apps/mobile_app/config/production.json b/apps/mobile_app/config/production.json index 797b396a..f646603f 100644 --- a/apps/mobile_app/config/production.json +++ b/apps/mobile_app/config/production.json @@ -1,6 +1,6 @@ { "env": "production", - "apiBaseUrl": "https://platform.savefamily.app/gateway/api/", - "apiOrigin": "https://api-platform.savefamily.app/", + "apiBaseUrl": "https://api-platform.savefamily.app/gateway/api/", + "apiOrigin": "https://platform.savefamily.app", "wsUrl": "wss://api-platform.savefamily.app/websocket" } \ No newline at end of file