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