switching back to staging choreo

pull/1011/head
William Jordan-Cooley 2 years ago
parent 15158ccfa5
commit 7e042f127f

@ -27,8 +27,8 @@ class Environment {
}
static String get choreoApi {
return "http://localhost:8000/choreo";
// return dotenv.env['CHOREO_API'] ?? 'Not found';
// return "http://localhost:8000/choreo";
return dotenv.env['CHOREO_API'] ?? 'Not found';
}
static String get choreoApiKey {

Loading…
Cancel
Save