chore: Update API base URL in development environment and increment app version.

This commit is contained in:
pradeepkumar
2026-03-09 23:51:12 +05:30
parent 2c4e0f11d5
commit 5e2f42af2f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Dev Environment Configuration
API_BASE_URL=https://dev-api.requestn.com
API_BASE_URL=http://144.91.78.96:3001/api/v1
STORAGE_BASE_URL=https://sin1.contabostorage.com/request

View File

@@ -2,7 +2,7 @@ name: real_estate_mobile
description: "RE-QuestN Real Estate Mobile App"
publish_to: 'none'
version: 1.0.0+1
version: 1.0.0+2
environment:
sdk: ^3.10.1