switching back to staging choreo

This commit is contained in:
William Jordan-Cooley 2024-01-11 17:07:16 -05:00
parent 15158ccfa5
commit 7e042f127f

View file

@ -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 {