diff --git a/lib/config/env.dart b/lib/config/env.dart index 81215d4..9f79560 100644 --- a/lib/config/env.dart +++ b/lib/config/env.dart @@ -1,7 +1,7 @@ class Env { static const String apiBaseUrl = String.fromEnvironment( 'API_BASE_URL', - defaultValue: 'http://localhost:3000', + defaultValue: 'https://api.donovankelly.xyz', ); // Add more environment variables as needed