Point API to production: api.donovankelly.xyz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user