Point API to production: api.donovankelly.xyz

This commit is contained in:
2026-01-28 02:31:48 +00:00
parent 25733fe90b
commit b191cfe083

View File

@@ -1,7 +1,7 @@
class Env { class Env {
static const String apiBaseUrl = String.fromEnvironment( static const String apiBaseUrl = String.fromEnvironment(
'API_BASE_URL', 'API_BASE_URL',
defaultValue: 'http://localhost:3000', defaultValue: 'https://api.donovankelly.xyz',
); );
// Add more environment variables as needed // Add more environment variables as needed