This commit is contained in:
Phuoc Nguyen
2025-10-10 17:51:31 +07:00
parent 10ccd0300d
commit 77440ac957
7 changed files with 300 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ class ApiConstants {
/// Base URL for the API
/// Development: http://localhost:3000
/// Production: TODO - Replace with actual production URL
static const String baseUrl = 'http://localhost:3000';
static const String baseUrl = 'http://103.188.82.191:5000';
/// API version prefix
static const String apiVersion = '/api';