login
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user